52个版本

0.2.0-alpha.162024年7月24日
0.2.0-alpha.142024年2月27日
0.2.0-alpha.122023年12月21日
0.2.0-alpha.112023年11月10日
0.1.14 2021年6月23日

#1642 in 解析器实现

Download history • Rust 包仓库 20/week @ 2024-04-14 • Rust 包仓库 27/week @ 2024-04-21 • Rust 包仓库 23/week @ 2024-04-28 • Rust 包仓库 17/week @ 2024-05-05 • Rust 包仓库 158/week @ 2024-05-12 • Rust 包仓库 49/week @ 2024-05-19 • Rust 包仓库 28/week @ 2024-05-26 • Rust 包仓库 33/week @ 2024-06-02 • Rust 包仓库 23/week @ 2024-06-09 • Rust 包仓库 81/week @ 2024-06-16 • Rust 包仓库 42/week @ 2024-06-23 • Rust 包仓库 9/week @ 2024-06-30 • Rust 包仓库 6/week @ 2024-07-07 • Rust 包仓库 75/week @ 2024-07-14 • Rust 包仓库 170/week @ 2024-07-21 • Rust 包仓库 85/week @ 2024-07-28 • Rust 包仓库

337 每月下载量
8 crates 中使用

MIT 协议

420KB
10K SLoC

elfo

Crates.io Documentation MIT licensed Build Status

Elfo是另一个actor系统。查看The Actoromicon

注意:尽管它已经在生产中积极使用,但仍处于开发中。等待v0.2的公开宣布。

使用方法

要使用elfo,将以下内容添加到您的Cargo.toml

[dependencies]
elfo = { version = "0.2.0-alpha.16", features = ["full"] }

[dev-dependencies]
elfo = { version = "0.2.0-alpha.16", features = ["test-util"] }

示例

示例.

依赖项

~10–41MB
~612K SLoC