Registry / networking / libp2p-quic

libp2p-quic

JSON →
library0.13.0rscratesunverified

TLS-based QUIC transport implementation for the libp2p networking stack.

# Cargo.toml [dependencies] libp2p-quic = "0.13.0"
INSTALL
IMPORT
SIG · LIBP2P-QUIC
L
libp2p-quic
networkingrustv0.13.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.

QuicTransport
use libp2p_quic::QuicTransport;

Creates a new QUIC transport for libp2p.

use libp2p_quic::QuicTransport; let transport = QuicTransport::new(); // Use with libp2p swarm
Debug
Known issues
gotchaRequires the `libp2p` crate and async runtime (e.g., Tokio).
fix
Add `libp2p` and `tokio` as dependencies, and run with `#[tokio::main]`.
affects: >=0.0.0
Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
libp2p-quic — cargo add libp2p-quic · libregistry