rust-sfsm 0.1.1

A full static Rust finite state machine macro library
Documentation
  • Coverage
  • 55.56%
    5 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 7.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 616.93 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • hbacelar8/rust-sfsm
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hbacelar8

Rust Static FSM

A full static Rust finite state machine macro library.

Compatible with no_std and embedded environments.


  • Build
cargo build
  • Generate doc
cargo doc --open

Add Dependency

Add crate to your project

cargo add rust_sfsm

Example

An example is available in examples/mario.rs with a well known state machine.

cargo run --example mario