10 个版本

0.2.0-alpha.162024年7月24日
0.2.0-alpha.152024年5月13日
0.2.0-alpha.142024年2月27日
0.2.0-alpha.122023年12月21日
0.2.0-alpha.82023年8月25日

2146异步

Download history • Rust 包仓库 142/week @ 2024-05-10 • Rust 包仓库 26/week @ 2024-05-17 • Rust 包仓库 4/week @ 2024-05-24 • Rust 包仓库 4/week @ 2024-05-31 • Rust 包仓库 6/week @ 2024-06-07 • Rust 包仓库 5/week @ 2024-06-14 • Rust 包仓库 2/week @ 2024-06-28 • Rust 包仓库 8/week @ 2024-07-05 • Rust 包仓库 97/week @ 2024-07-19 • Rust 包仓库 48/week @ 2024-07-26 • Rust 包仓库 10/week @ 2024-08-02 • Rust 包仓库

每月 155 次下载

MIT 许可协议

580KB
13K 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"] }

示例

示例.

依赖项

~11–42MB
~632K SLoC