muchin 0.1.0

Support for composing large, interacting, complicated state machines
Documentation
1
2
3
4
5
6
#![feature(generic_const_exprs)]
pub mod automaton;
pub mod models;

#[cfg(test)]
pub mod tests;