Registry / networking / bitcoin-net

bitcoin-net

JSON →
library0.1.16-alpha.0rscratesunverified

Networking tools for Bitcoin.

# Cargo.toml [dependencies] bitcoin-net = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-NET
B
bitcoin-net
networkingrustv0.1.16-alpha.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.

NetworkMessage
use bitcoin_net::message::NetworkMessage;

Creates a Bitcoin network message (e.g., version).

use bitcoin_net::message::NetworkMessage; let msg = NetworkMessage::Version(/* ... */); println!("Network message: {:?}", msg);
Debug
Known issues
breakingAlpha release; API may change.
fix
Pin to a specific version and monitor updates.
affects: >=0.1.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
bitcoin-net — cargo add bitcoin-net · libregistry