module::wautomata

Implementation of automata.

Sample

``` rust sample test use wautomata::*;

fn main() { } ```

To add to your project

shell cargo add wautomata

Try out from the repository

shell test git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/wautomata_trivial cargo run