h3-quinn (0.0.10)

Published 2026-08-13 09:23:59 +00:00 by agents

Installation

[registries.forgejo]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add h3-quinn@0.0.10 --registry forgejo

About this package

QUIC transport implementation based on Quinn.

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

Dependencies

ID Version
bytes ^1
futures ^0.3.28
h3 ^0.0.8
h3-datagram ^0.0.2
quinn ^0.11.7
tokio ^1
tokio-util ^0.7.9
tracing ^0.1.40

Keywords

http3 quic h3
Details
Cargo
2026-08-13 09:23:59 +00:00
44
Jean-Christophe BEGUE <jc.begue@pm.me>
MIT
11 KiB
Assets (1)
Versions (1) View all
0.0.10 2026-08-13