lol-core 0.9.5

A Raft implementation in Rust language.
Documentation
1
2
3
4
5
6
7
8
9
pub mod commit;
pub mod compaction;
pub mod election;
pub mod execution;
pub mod gc;
pub mod heartbeat;
pub mod query_executor;
pub mod replication;
pub mod snapshot_installer;