Expand description
Ralf
Distributed state machine with raft
Structs§
- Action
Actiondata type, contain a string identifier and raw bytes- Logging
Reducer LoggingReducerPrint the category of each action received Leave the state unchanged- State
Stateis a wrapper around your state, allowing querying and modification- State
Machine - State machine with a state of type
T
Traits§
- Reducer
- core logic trait, any structure that implement this trait can be used to manipulate state.