/elfo

Your next actor system

Primary LanguageRust

elfo

Crates.io Documentation MIT licensed Build Status

Elfo is another actor system. Check The Actoromicon.

Note: this system is still in early development and is not for production.

Usage

To use elfo, add this to your Cargo.toml:

[dependencies]
elfo = { version = "0.1", features = ["full"] }

[dev-dependencies]
elfo = { version = "0.1", features = ["test-util"] }

Examples