25个版本

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.1 2021年6月23日

#2075 in 异步

Download history • Rust 包仓库 102/week @ 2024-05-11 • Rust 包仓库 20/week @ 2024-05-18 • Rust 包仓库 3/week @ 2024-05-25 • Rust 包仓库 7/week @ 2024-06-01 • Rust 包仓库 8/week @ 2024-06-08 • Rust 包仓库 3/week @ 2024-06-15 • Rust 包仓库 5/week @ 2024-07-06 • Rust 包仓库 98/week @ 2024-07-20 • Rust 包仓库 59/week @ 2024-07-27 • Rust 包仓库

162 每月下载
用于 elfo

MIT 协议

470KB
11K 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"] }

示例

示例.

依赖关系

~13–44MB
~660K SLoC