h3-quinn 0.0.10

QUIC transport implementation based on Quinn.
Documentation

h3-quinn

License: MIT CI Crates.io Documentation

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 h3 QUIC 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

  • h3 - The core HTTP/3 implementation
  • Quinn - The QUIC implementation used by this crate