Crate elfo

source ·
Expand description

An actor system for Rust with batteries included.

See The Actoromicon for more information.

Re-exports

Modules

Macros

  • Overrides the protocol name for all messages in the current module. Can be used only once per module. Submodules inherit this override if use super::* is used.

Structs

Enums

Traits

Attribute Macros

  • Derives required traits to use the type as a message or a message part.