libraft 0.1.1

raft implementation in rust.
Documentation
1
2
3
4
5
mod test_raft;
mod test_raft_flow_control;
mod test_raft_paper;
mod test_raft_snap;
mod test_raw_node;