Crates.io | wautomata |
lib.rs | wautomata |
version | 0.1.2 |
source | src |
created_at | 2022-05-07 11:12:09.04072 |
updated_at | 2022-06-01 23:09:50.337918 |
description | Implementation of automata. |
homepage | https://github.com/Wandalen/wTools/tree/master/module/rust/wautomata |
repository | https://github.com/Wandalen/wTools/tree/master/module/rust/wautomata |
max_upload_size | |
id | 582063 |
size | 5,617 |
Implementation of automata.
use wautomata::*;
fn main()
{
}
cargo add wautomata
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wautomata_trivial
cargo run