3 个版本

0.1.2 2022 年 6 月 1 日
0.1.1 2022 年 5 月 25 日
0.1.0 2022 年 5 月 7 日

46#自动机

Download history 39/week @ 2024-03-29 5/week @ 2024-04-05

每月下载量 2,179

MIT 许可证

1MB
28K SLoC

模块 :: wautomata

experimental rust-status docs.rs discord

自动机实现。

示例

use wautomata::*;

fn main()
{
}

添加到您的项目中

cargo add wautomata

从仓库尝试使用

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wautomata_trivial
cargo run

lib.rs:

自动机实现。

依赖项

~4.5MB
~103K SLoC