API Documentation
Add the following to your Cargo.toml
Cargo.toml
toml [dependencies] funfsm = "0.1"
Add this to your crate root
rust extern crate funfsm;
funfsm is a finite state machine library where every state in the FSM is a function.
funfsm