hypercore 0.10.0

Secure, distributed, append-only log
Documentation
1
2
3
4
5
6
/// A message sent over the network.
#[derive(Debug, Clone, PartialEq)]
pub struct Message {
    start: usize,
    length: Option<usize>,
}