32 releases

new 0.2.0-alpha.15 May 13, 2024
0.2.0-alpha.14 Feb 27, 2024
0.2.0-alpha.12 Dec 21, 2023
0.2.0-alpha.11 Nov 10, 2023
0.1.7 Jun 10, 2021

#1561 in Procedural macros

Download history 5/week @ 2024-01-29 6/week @ 2024-02-05 12/week @ 2024-02-12 10/week @ 2024-02-19 382/week @ 2024-02-26 26/week @ 2024-03-04 30/week @ 2024-03-11 29/week @ 2024-03-18 45/week @ 2024-03-25 62/week @ 2024-04-01 14/week @ 2024-04-08 23/week @ 2024-04-15 32/week @ 2024-04-22 22/week @ 2024-04-29 24/week @ 2024-05-06

104 downloads per month
Used in 9 crates (8 directly)

MIT license

31KB
594 lines

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

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

Examples

Examples.

Dependencies

~310–760KB
~18K SLoC