Crate stateflow

Source
Expand description

A simple state machine library for Rust.

Structsยง

Action
Represents an action with a type and command.
StateMachine
The state machine containing all states, the current state, memory, context, and handlers.