pacifica-rs 1.0.0

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


pub(crate) use lifecycle::Lifecycle;
pub(crate) use lifecycle::ReplicaComponent;
pub(crate) use lifecycle::Component;
pub(crate) use lifecycle::LoopHandler;