61 breaking releases

0.61.0 Jul 1, 2025
0.59.0 May 29, 2025
0.56.0 Mar 26, 2025
0.51.0 Nov 21, 2024
0.1.3 Mar 29, 2022

#7 in #s2n-quic

Download history 2805/week @ 2025-03-20 2506/week @ 2025-03-27 3127/week @ 2025-04-03 3414/week @ 2025-04-10 2921/week @ 2025-04-17 2310/week @ 2025-04-24 3292/week @ 2025-05-01 3765/week @ 2025-05-08 4354/week @ 2025-05-15 4592/week @ 2025-05-22 4822/week @ 2025-05-29 4925/week @ 2025-06-05 6403/week @ 2025-06-12 4322/week @ 2025-06-19 5942/week @ 2025-06-26 4817/week @ 2025-07-03

22,565 downloads per month
Used in 26 crates (2 directly)

Apache-2.0

5MB
106K SLoC

quic-transport

This module contains all main runtime components for receiving and sending data via the QUIC protocol.

This is an internal crate used by s2n-quic. The API is not currently stable and should not be used directly.

Overview

Streams

Streams allow to transfer data between the client and the server. Multiple streams can be multiplexed on a single connection.

Connections

Connections describe the logic connection between 2 peers.

Endpoints

Endpoints are responsible for receiving and sending UDP packets. They are the entry-point into the QUIC stack on a host.

Dependencies

~4.5MB
~74K SLoC