Low-level, cross-platform RAII wrapper and utilities for raw OS sockets, mirroring Bitcoin Core networking semantics (send/recv, timeouts, readiness, error classification).
# Cargo.toml
[dependencies]
bitcoin-sock = "0.1.19"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a new socket and connect to a Bitcoin peer.
Wrap socket operations in appropriate error handling and consider using async runtimes if needed.
No dependency data recorded yet.