Expand description
Attribute‑style DSL for defining finite‑state machines.
See the rust-automata crate for high-level usage.
Modules§
Structs§
- State
Machine - Encapsulates the state and other SM data and expose transition functions.
Traits§
- Alphabet
- Trait for input/output alphabet. Used for internal enum generation.
- State
Trait - Trait for states. Used for internal enum generation.
Attribute Macros§
- state_
machine - The main macro for defining automata.