Registry / networking / qp2p
library0.36.4rscratesunverified

Peer-to-peer networking library using QUIC.

# Cargo.toml [dependencies] qp2p = "0.36.4"
INSTALL
IMPORT
SIG · QP2P
Q
qp2p
networkingrustv0.36.4
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.

QuicP2p
use qp2p::QuicP2p;

Creates and starts a QUIC-based P2P node.

use qp2p::QuicP2p; #[tokio::main] async fn main() { let mut node = QuicP2p::new().await.unwrap(); node.start().await.unwrap(); }
Debug
Known issues
gotchaRequires Tokio runtime.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.36.0
Upgrade
Version history
0.36.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
qp2p — cargo add qp2p · libregistry