Cargo Features

elfo-core has no features set by default.

[dependencies]
elfo-core = { version = "0.2.0-alpha.14", features = ["network", "unstable", "unstable-stuck-detection", "test-util"] }
network = rmp-serde

Enables network of elfo-macros

Affects message::MessageVTable.write_msgpack, message::MessageVTable.read_msgpack, elfo-core::remote

unstable

Affects elfo-core::remote

unstable-stuck-detection

Enables thread_local

Affects elfo-core::stuck_detection

test-util

Enables test-util of tokio

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rmp-serde network?