Cargo Features
[dependencies]
dimas-com = { version = "0.4.1", default-features = false, features = ["std", "unstable"] }
- default = std
-
The
std
feature is set by default wheneverdimas-com
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
dimas-com::builder
… - unstable
-
Enables unstable of dimas-core and zenoh
Affects
communicator::Communicator.liveliness_subscribers
,zenoh::liveliness
…