openraft 0.10.0-alpha.18

Advanced Raft consensus
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Debug, Default)]
#[derive(PartialEq, Eq)]
pub(crate) struct ProgressStats {
    pub(crate) update_count: u64,
    pub(crate) move_count: u64,
    pub(crate) is_quorum_count: u64,
}