3 releases

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

#39 in #fundamental

Download history 2/week @ 2022-11-30 5/week @ 2022-12-07 5/week @ 2022-12-14 477/week @ 2022-12-21 313/week @ 2022-12-28 156/week @ 2023-01-04 472/week @ 2023-01-11 388/week @ 2023-01-18 505/week @ 2023-01-25 42/week @ 2023-02-01 570/week @ 2023-02-08 420/week @ 2023-02-15 744/week @ 2023-02-22 111/week @ 2023-03-01 134/week @ 2023-03-08 1572/week @ 2023-03-15

2,580 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

~6MB
~162K SLoC