Cargo Features
[dependencies]
orouter-serial = { version = "0.1.1", default-features = false, features = ["std", "defmt-impl"] }
- default = std
-
The
std
feature is set by default wheneverorouter-serial
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
host::DEFAULT_MAX_MESSAGE_QUEUE_LENGTH
,host::MAX_MESSAGE_LENGTH
… - defmt-impl = defmt
-
Enables defmt-impl of heapless ^0.7
Affects
orouter-serial::defmt
…
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.