Registry / networking / tentacle-multiaddr

tentacle-multiaddr

JSON →
library0.3.6rscratesunverified

A minimal implementation of the multiaddr format for network addresses.

# Cargo.toml [dependencies] tentacle-multiaddr = "0.3.6"
INSTALL
IMPORT
SIG · TENTACLE-MULTIADDR
T
tentacle-multiaddr
networkingrustv0.3.6
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.

Multiaddr
use tentacle_multiaddr::Multiaddr;

Parses a multiaddr string into a Multiaddr object.

use tentacle_multiaddr::Multiaddr; fn main() { let addr: Multiaddr = "/ip4/127.0.0.1/tcp/8080".parse().unwrap(); println!("Parsed address: {}", addr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources