openraft 0.9.24

Advanced Raft consensus
Documentation
1
2
3
4
5
6
7
mod leader_id;
#[allow(clippy::module_inception)]
mod vote;

pub use leader_id::CommittedLeaderId;
pub use leader_id::LeaderId;
pub use vote::Vote;