1pub mod bounded; 2pub mod deserializer; 3pub mod fetcher; 4pub mod service; 5pub mod wire; 6pub mod worker; 7 8/// Peer-to-peer protocol version. 9pub const PROTOCOL_VERSION: u8 = 1; 10 11extern crate radicle_localtime as localtime;