1//! Components and sub systems of the openraft project. 2//! 3//! - [`StateMachine`](state_machine) 4 5pub mod state_machine { 6 #![doc = include_str!("state-machine.md")] 7}