1 2 3 4 5 6
#![feature(generic_const_exprs)] pub mod automaton; pub mod models; #[cfg(test)] pub mod tests;