Registry / networking / s2n-quic

s2n-quic

JSON →
library1.82.0rscratesunverified

A Rust implementation of the IETF QUIC protocol.

# Cargo.toml [dependencies] s2n-quic = "1.82.0"
INSTALL
IMPORT
SIG · S2N-QUIC
S
s2n-quic
networkingrustv1.82.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use s2n_quic::Client;

Creates a new QUIC client for network communication.

use s2n_quic::Client; fn main() { let client = Client::new(); println!("QUIC client created"); }
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) to be used.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=1.0.0
Upgrade
Version history
1.82.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
s2n-quic — cargo add s2n-quic · libregistry