11 releases
| 0.0.10 | May 6, 2025 |
|---|---|
| 0.0.9 | Mar 18, 2025 |
| 0.0.7 | Jul 1, 2024 |
| 0.0.5 | Jan 24, 2024 |
| 0.0.1 | Mar 9, 2023 |
#1609 in Network programming
139,826 downloads per month
Used in 78 crates
(44 directly)
705KB
16K
SLoC
h3-quinn
QUIC transport implementation for h3 based on Quinn.
Overview
h3-quinn provides the integration between the h3 HTTP/3 implementation and the quinn QUIC transport library. This creates a fully functional HTTP/3 client and server using Quinn as the underlying QUIC implementation.
Features
- Complete implementation of the
h3QUIC transport traits - Full support for HTTP/3 client and server functionality
- Optional tracing support
- Optional datagram support
License
This project is licensed under the MIT license.
See Also
Dependencies
~10–25MB
~253K SLoC