module::wautomata
Implementation of automata.
Sample
use *;
To add to your project
cargo add wautomata
Try out from the repository
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wautomata_trivial
cargo run
Implementation of automata.
use *;
cargo add wautomata
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wautomata_trivial
cargo run