Expand description
Proc-macro helpers for obzenflow-fsm.
This crate is an implementation detail of obzenflow-fsm. End users should depend on
obzenflow-fsm and use the re-exported macros from that crate:
#[derive(obzenflow_fsm::StateVariant, obzenflow_fsm::EventVariant)]obzenflow_fsm::fsm! { ... }
Macros§
- fsm
- High-level typed FSM builder DSL.
Derive Macros§
- Event
Variant - Derive
::obzenflow_fsm::EventVariantfor an enum. - State
Variant - Derive
::obzenflow_fsm::StateVariantfor an enum.