Cargo Features
[dependencies]
stm32-bootloader-client = { version = "0.1.0", default-features = false, features = ["std", "defmt", "log"] }
- default = std
-
The
std
feature is set by default wheneverstm32-bootloader-client
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
stm32-bootloader-client::StdDelay
…
Features from optional dependencies
- defmt implicit feature
-
Enables defmt ^0.2.1
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust