
quiche
A low-level, embeddable QUIC and HTTP/3 library for Rust.
http3network-programmingprotocolquic
Quiche is a production-ready Rust implementation of the IETF QUIC transport protocol and HTTP/3. It provides a low-level API that gives applications fine-grained control over packet processing and connection state, solving the need for a performant, standards-compliant QUIC stack that can be integrated into custom networking stacks and event loops. It is designed for developers building high-performance servers, proxies, or any application requiring modern, multiplexed transport protocols without the overhead of a full framework.