pacifica-rs 1.0.0

rust implementation of PacificA: Replication in Log-Based Distributed Storage Systems
1
2
3
4
5
6
#[cfg(feature = "log-storage-rocksdb")]
mod storage;
#[cfg(feature = "log-storage-rocksdb")]
mod tests;
#[cfg(feature = "log-storage-rocksdb")]
pub use storage::RocksdbLogStore;