openraft 0.9.24

Advanced Raft consensus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("cluster-control.md")]

pub mod cluster_formation {
    #![doc = include_str!("cluster-formation.md")]
}

pub mod dynamic_membership {
    #![doc = include_str!("dynamic-membership.md")]
}

pub mod node_lifecycle {
    #![doc = include_str!("node-lifecycle.md")]
}