Expand description
A simple state machine library for Rust.
Structsยง
- Action
 - Represents an action with a type and command.
 - State
Machine  - The state machine containing all states, the current state, memory, context, and handlers.
 
A simple state machine library for Rust.