Cargo Features

[dependencies]
dot15d4 = { version = "0.1.2", default-features = false, features = ["std", "log", "defmt", "fuzz"] }
std default = log

Enable std only features

Affects tests::StdDelay, tests::StdDelayFuture

default = std

The std feature is set by default whenever dot15d4 is added without default-features = false somewhere in the dependency tree.

log std

Use tracing for logging

Enables log

defmt

Use defmt for logging

Enables defmt

fuzz = arbitrary

Enable fuzzing

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.

arbitrary fuzz?