A full static Rust finite state machine macro library.
Compatible with `no_std` and embedded environments.
-
```bash
cargo build
```
-
```bash
cargo doc --open
```
Add crate to your project
```bash
cargo add rust_sfsm
```
An example is available in `examples/mario.rs` with a well known state machine.
```bash
cargo run --example mario
```