Registry / networking / quinn-proto

quinn-proto

JSON →
library0.11.12rscratesunverified

State machine for the QUIC transport protocol.

# Cargo.toml [dependencies] quinn-proto = "0.11.12"
INSTALL
IMPORT
SIG · QUINN-PROTO
Q
quinn-proto
networkingrustv0.11.12
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.

Connection
✓ use quinn_proto::Connection;

Create a QUIC connection state machine (requires additional setup).

use quinn_proto::Connection; fn main() { let mut conn = Connection::new(/* ... */); // Use the connection state machine }
Debug
Known issues
gotchaThis is a low-level crate; you typically need `quinn` for a full QUIC client/server.
fix
Use the `quinn` crate for a higher-level API instead of `quinn-proto` directly.
affects: >=0.11.0
Upgrade
Version history
0.11.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
quinn-proto — cargo add quinn-proto · libregistry