pacifica-rs 1.0.0

rust implementation of PacificA: Replication in Log-Based Distributed Storage Systems
1
2
3
4
5
mod ballot_box;
mod ballot;

pub(crate) use ballot::Ballot;
pub(crate) use ballot_box::BallotBox;