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 whenever orouter-serial is added without default-features = false somewhere in the dependency tree.

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.

defmt defmt-impl?