rockraft 0.1.5

A strong consistency KV service library base on Raft and Rocksdb
Documentation
1
2
3
4
5
6
7
8
9
#[allow(clippy::all)]
pub mod protobuf {
  tonic::include_proto!("raftpb");
}

pub mod grpc_client;
pub mod network;
pub mod store;
pub mod types;