9 releases
0.2.6 | Jul 24, 2024 |
---|---|
0.2.5 | Dec 21, 2023 |
0.2.3 | Jun 1, 2023 |
0.2.2 | May 16, 2023 |
0.1.0 | May 12, 2021 |
#19 in #actor-system
505 downloads per month
Used in 9 crates
(5 directly)
19KB
408 lines
elfo
Elfo is another actor system. Check The Actoromicon.
Note: although it's already actively used in production, it's still under development. Wait for v0.2 for public announcement.
Usage
To use elfo
, add this to your Cargo.toml
:
[dependencies]
elfo = { version = "0.2.0-alpha.15", features = ["full"] }
[dev-dependencies]
elfo = { version = "0.2.0-alpha.15", features = ["test-util"] }
Examples
Dependencies
~0.8–2.6MB
~43K SLoC