Crate elfo

Source
Expand description

An actor system for Rust with batteries included.

See The Actoromicon for more information.

Modules§

Macros§

  • Matches a message based on the provided envelope.
  • 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§

  • Represents any user-defined config.
  • Represents a message that can be sent between actors and across nodes.
  • Represents a request that can be sent between actors and across nodes.
  • Defines common methods for sources.

Attribute Macros§

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