Expand description
turbostate is a library for building state machines in Rust
Structs§
- Destructed
Machine - Machine
Machineis a struct that encapsulates the state and shared data of the state machine, providing methods to advance the state based on events.
Enums§
- Flow
Flowrepresents the possible outcomes of state transitions in the state machine.
Traits§
- Engine
Engineis a trait that must be implemented on the state machine.