Crate elfo[][src]

Re-exports

pub use elfo_configurer as configurer;
pub use elfo_dumper as dumper;
pub use elfo_logger as logger;
pub use elfo_telemeter as telemeter;
pub use elfo_test as test;

Modules

Macros

Structs

Messages must be instances of Serialize and Deserialize because of network communication and message dumping. However, in some cases, it’s desired to have messages that cannot be serialized. For instance, when sharding TCP sockets.

Traits

Functions

Attribute Macros

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