h3-quinn

Crates.ioh3-quinn
lib.rsh3-quinn
version0.0.10
created_at2023-03-01 21:18:00.906756+00
updated_at2025-05-06 20:35:46.241359+00
descriptionQUIC transport implementation based on Quinn.
homepage
repositoryhttps://github.com/hyperium/h3
max_upload_size
id798325
size46,342
h3 (github:hyperium:h3)

documentation

https://docs.rs/h3-quinn

README

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
Commit count: 257

cargo fmt