Registry / networking / nakamoto-net

nakamoto-net

JSON →
library0.4.0rscratesunverified

Lightweight peer-to-peer networking library for building decentralized applications.

# Cargo.toml [dependencies] nakamoto-net = "0.4.0"
INSTALL
IMPORT
SIG · NAKAMOTO-NET
N
nakamoto-net
networkingrustv0.4.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.

Peer
✓ use nakamoto_net::Peer;

Create a new peer with a given address.

use nakamoto_net::Peer; fn main() { let peer = Peer::new("127.0.0.1:8333".parse().unwrap()); println!("Peer address: {}", peer.address); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
nakamoto-net — cargo add nakamoto-net · libregistry