tquic_tools

Crates.iotquic_tools
lib.rstquic_tools
version
sourcesrc
created_at2023-12-18 03:57:14.626811
updated_at2024-11-08 07:44:28.064415
descriptionTQUIC client and server tools
homepagehttps://tquic.net
repositoryhttps://github.com/tencent/tquic
max_upload_size
id1073021
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
TQUIC Project (tquic-project)

documentation

README

TQUIC tools

TQUIC is a high-performance, lightweight, and cross-platform library for the IETF QUIC protocol.

The crate contains client and server tools based on TQUIC:

  • tquic_client: A QUIC and HTTP/3 client. It's also an HTTP/3 benchmarking tool.

  • tquic_server: A QUIC and HTTP/3 static file server.

Installation

cargo install tquic_tools

Documentation

License

The project is under the Apache 2.0 license.

Commit count: 352

cargo fmt