| Crates.io | rust-sfsm |
| lib.rs | rust-sfsm |
| version | 0.1.2 |
| created_at | 2025-08-06 17:50:19.631185+00 |
| updated_at | 2025-09-23 18:18:04.312785+00 |
| description | A full static Rust finite state machine macro library |
| homepage | |
| repository | https://github.com/hbacelar8/rust-sfsm |
| max_upload_size | |
| id | 1784121 |
| size | 8,164 |
A full static Rust finite state machine macro library.
Compatible with no_std and embedded environments.
cargo build
cargo doc --open
Add crate to your project
cargo add rust_sfsm
An example is available in examples/mario.rs with a well known state machine.
cargo run --example mario