Registry / networking / melnet2

melnet2

JSON →
library0.3.3rscratesunverified

JSON-RPC/nanorpc-based, low-level auto-peering RPC protocol for peer-to-peer communications in Themelio.

# Cargo.toml [dependencies] melnet2 = "0.3.3"
INSTALL
IMPORT
SIG · MELNET2
M
melnet2
networkingrustv0.3.3
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.

Node
use melnet2::Node;

Start a Melnet2 node for peer-to-peer RPC.

use melnet2::Node; let node = Node::new().await.unwrap(); println!("Melnet2 node started");
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) to be active.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.3.0
Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
melnet2 — cargo add melnet2 · libregistry