radicle-protocol 0.8.0

The Radicle Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod bounded;
pub mod deserializer;
pub mod fetcher;
pub mod service;
pub mod wire;
pub mod worker;

/// Peer-to-peer protocol version.
pub const PROTOCOL_VERSION: u8 = 1;

extern crate radicle_localtime as localtime;