Crate stateflow

source
Expand description

A simple state machine library for Rust.

Structsยง

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