rockraft 0.1.6

A strong consistency KV service library base on Raft and Rocksdb
Documentation
1
2
3
4
5
6
mod times;

#[cfg(test)]
pub(crate) mod test;

pub(crate) use times::now_millis;