rockraft 0.1.5

A strong consistency KV service library base on Raft and Rocksdb
Documentation
1
2
3
4
mod client_pool;
mod raft_service_manager;

pub use client_pool::ClientPool;