#actor #distributed #macro #elfo #tokio

elfo-macros-impl

Macros for matching and deriving messages, implementation internals

21 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.0 Sep 9, 2022

#730 in Procedural macros

Download history 23/week @ 2024-11-22 220/week @ 2024-11-29 154/week @ 2024-12-06 143/week @ 2024-12-13 40/week @ 2024-12-20 12/week @ 2024-12-27 13/week @ 2025-01-03 100/week @ 2025-01-10 39/week @ 2025-01-17 15/week @ 2025-01-24 17/week @ 2025-01-31 17/week @ 2025-02-07 10/week @ 2025-02-14 18/week @ 2025-02-21 16/week @ 2025-02-28 43/week @ 2025-03-07

88 downloads per month
Used in 10 crates (via elfo-macros)

MIT license

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

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

Examples

Examples.

Dependencies

~205–640KB
~15K SLoC