rustfsm 0.1.0

Define state machines that can accept events and produce commands
Documentation
1
2
pub use rustfsm_procmacro::fsm;
pub use rustfsm_trait::{MachineError, StateMachine, TransitionResult};