3 releases

0.1.2 Jun 1, 2022
0.1.1 May 25, 2022
0.1.0 May 7, 2022

#67 in #automata

Download history 17/week @ 2024-07-25 2/week @ 2024-08-01 6/week @ 2024-09-19 1/week @ 2024-09-26 2/week @ 2024-10-03

2,179 downloads per month

MIT license

1MB
28K SLoC

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

lib.rs:

Implementation of automata.

Dependencies

~3.5MB
~85K SLoC