zakura-network 2.0.0

Networking code for the Zakura node. Internal crate, published to support cargo install zakura
Documentation
1
2
3
4
// Because of the `ping` hack, `Nonce` is included in `Request`s.
pub use super::external::types::Nonce;
// The services flag is used in `MetaAddr`s.
pub use super::external::types::PeerServices;