pacifica-rs 1.0.0

rust implementation of PacificA: Replication in Log-Based Distributed Storage Systems
1
2
3
4

pub trait ByteSize {
    fn byte_size(&self) -> usize;
}