Crate elfo_core[][src]

Re-exports

pub use crate::config::Config;
pub use crate::topology::Topology;

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