54 releases

new 0.2.0-alpha.18 Mar 14, 2025
0.2.0-alpha.17 Dec 1, 2024
0.2.0-alpha.16 Jul 24, 2024
0.2.0-alpha.14 Feb 27, 2024
0.1.14 Jun 23, 2021

#1928 in Parser implementations

Download history 21/week @ 2024-11-22 211/week @ 2024-11-29 149/week @ 2024-12-06 142/week @ 2024-12-13 37/week @ 2024-12-20 10/week @ 2024-12-27 11/week @ 2025-01-03 99/week @ 2025-01-10 36/week @ 2025-01-17 14/week @ 2025-01-24 16/week @ 2025-01-31 17/week @ 2025-02-07 9/week @ 2025-02-14 14/week @ 2025-02-21 16/week @ 2025-02-28 41/week @ 2025-03-07

81 downloads per month
Used in 8 crates

MIT license

425KB
10K SLoC

elfo

Crates.io Documentation MIT licensed Build Status

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.18", features = ["full"] }

[dev-dependencies]
elfo = { version = "0.2.0-alpha.18", features = ["test-util"] }

Examples

Examples.

Dependencies

~11–40MB
~593K SLoC