rust-hsm Rust library for building hierarchical state machines. Usage Put this in your Cargo.toml: [dependencies.hsm] git = "https://github.com/marjakm/rust-hsm.git" And this in your crate root: #[macro_use] extern crate hsm;