hypercore-protocol 0.7.0

Replication protocol for Hypercore feeds
Documentation
1
2
3
/// Handshake result and capability verification.
pub(crate) mod handshake;
pub(crate) use handshake::HandshakeResult;