pacifica-rs 1.0.0

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

pub(crate) use snapshot_executor::SnapshotExecutor;