hypercore 0.16.0

Secure, distributed, append-only log
Documentation
1
2
3
4
5
6
/// Node byte range
#[derive(Debug, Clone, PartialEq, Eq)]
pub(crate) struct NodeByteRange {
    pub(crate) index: u64,
    pub(crate) length: u64,
}