Rust Static FSM
A full static Rust finite state machine macro library.
Compatible with no_std and embedded environments.
- Build
- Generate doc
Add Dependency
Add crate to your project
Example
An example is available in examples/mario.rs with a well known state machine.