wautomata 0.1.2

Implementation of automata.
Documentation

Module :: wautomata

experimental rust-status docs.rs discord

Implementation of automata.

Sample

use wautomata::*;

fn main()
{
}

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