openraft 0.9.23

Advanced Raft consensus
Documentation
1
2
3
4
5
6
7
//! Components and sub systems of the openraft project.
//!
//! - [`StateMachine`](state_machine)

pub mod state_machine {
    #![doc = include_str!("state-machine.md")]
}