30个版本

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.5 2021年5月18日

#1285 in 异步

Download history · Rust 包仓库 4/week @ 2024-04-22 · Rust 包仓库 123/week @ 2024-05-13 · Rust 包仓库 20/week @ 2024-05-20 · Rust 包仓库 5/week @ 2024-05-27 · Rust 包仓库 16/week @ 2024-06-03 · Rust 包仓库 10/week @ 2024-06-10 · Rust 包仓库 54/week @ 2024-06-17 · Rust 包仓库 30/week @ 2024-06-24 · Rust 包仓库 1/week @ 2024-07-01 · Rust 包仓库 49/week @ 2024-07-15 · Rust 包仓库 136/week @ 2024-07-22 · Rust 包仓库 91/week @ 2024-07-29 · Rust 包仓库 11/week @ 2024-08-05 · Rust 包仓库

每月287次 下载
用于 2 crates

MIT 协议

430KB
10K SLoC

elfo

Crates.io Documentation MIT licensed Build Status

Elfo是另一个actor系统。查看 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
~617K SLoC