finny 0.2.0

Finite State Machines with a procedural builder-style API and compile time transition checks.
Documentation
1
2
3
4
5
6
7
#[cfg(feature="timers_std")]
pub mod std_noalloc;

#[cfg(feature="timers_std")]
pub mod std;

pub mod core;