d-engine-core 0.2.3

Pure Raft consensus algorithm - for building custom Raft-based systems
Documentation
1
2
3
4
5
6
7
8
mod election_timer;
mod replication_timer;

pub use election_timer::*;
pub use replication_timer::*;

#[cfg(test)]
mod timer_test;