zakura-network 2.0.0

Networking code for the Zakura node. Internal crate, published to support cargo install zakura
Documentation
1
2
3
4
5
6
7
8
//! Zcash network protocol handling.

/// The external Bitcoin-based protocol.
pub mod external;
/// The internal request/response protocol.
pub mod internal;
/// Newtype wrappers giving semantic meaning to primitive datatypes.
pub mod types;