#actor-system #actor #distributed #tokio

elfo

您的下一个actor系统

56次发布

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.0.1 2021年3月2日

213异步 中排名

Download history • Rust 包仓库 108/week @ 2024-05-11 • Rust 包仓库 18/week @ 2024-05-18 • Rust 包仓库 1/week @ 2024-05-25 • Rust 包仓库 5/week @ 2024-06-01 • Rust 包仓库 6/week @ 2024-06-08 • Rust 包仓库 49/week @ 2024-06-15 • Rust 包仓库 23/week @ 2024-06-22 • Rust 包仓库 6/week @ 2024-06-29 • Rust 包仓库 3/week @ 2024-07-06 • Rust 包仓库 36/week @ 2024-07-13 • Rust 包仓库 111/week @ 2024-07-20 • Rust 包仓库 70/week @ 2024-07-27 • Rust 包仓库

220 每月下载量

MIT 许可证

515KB
12K 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
~624K SLoC