wautomata

Crates.iowautomata
lib.rswautomata
version0.1.2
sourcesrc
created_at2022-05-07 11:12:09.04072
updated_at2022-06-01 23:09:50.337918
descriptionImplementation of automata.
homepagehttps://github.com/Wandalen/wTools/tree/master/module/rust/wautomata
repositoryhttps://github.com/Wandalen/wTools/tree/master/module/rust/wautomata
max_upload_size
id582063
size5,617
Wandalen (Wandalen)

documentation

https://docs.rs/wautomata

README

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
Commit count: 0

cargo fmt