Implementation of automata.
``` rust sample test use wautomata::*;
fn main() { } ```
shell cargo add wautomata
shell test git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/wautomata_trivial cargo run