pacifica-rs 1.0.0

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

pub(crate) use state_machine_caller::StateMachineCaller;
pub(crate) use commit_result::CommitResultBatch;
pub(crate) use commit_result::CommitResult;