chik-protocol 0.25.0

Chik network protocol message types
Documentation
1
2
3
4
5
6
7
8
use chik_streamable_macro::streamable;

#[streamable]
pub struct TimestampedPeerInfo {
    host: String,
    port: u16,
    timestamp: u64,
}