# TQUIC tools [TQUIC](https://github.com/Tencent/tquic) is a high-performance, lightweight, and cross-platform library for the [IETF QUIC](https://datatracker.ietf.org/wg/quic/bout/) 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 - [English version](https://tquic.net/docs/getting_started/demo/) - [Chinese version](https://tquic.net/zh/docs/getting_started/demo/) ## License The project is under the Apache 2.0 license.