#quic #http-3 #h3

h3-quinn

QUIC transport implementation based on Quinn

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

Download history 18384/week @ 2025-09-26 17170/week @ 2025-10-03 20704/week @ 2025-10-10 17624/week @ 2025-10-17 16699/week @ 2025-10-24 17000/week @ 2025-10-31 18991/week @ 2025-11-07 18122/week @ 2025-11-14 27339/week @ 2025-11-21 34588/week @ 2025-11-28 39322/week @ 2025-12-05 43169/week @ 2025-12-12 36642/week @ 2025-12-19 26035/week @ 2025-12-26 39835/week @ 2026-01-02 29921/week @ 2026-01-09

139,826 downloads per month
Used in 78 crates (44 directly)

MIT license

705KB
16K SLoC

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

~10–25MB
~253K SLoC