Expand description
Ralf
Distributed state machine with raft
Structs§
- Action
Action
data type, contain a string identifier and raw bytes- Logging
Reducer LoggingReducer
Print the category of each action received Leave the state unchanged- State
State
is 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.