Cargo Features
mqttrust_core has no features set by default.
[dependencies]
mqttrust_core = { version = "0.6.0", features = ["std", "defmt-impl", "log"] }
- std
- defmt-impl = defmt
-
Enables defmt of fugit, defmt-impl of heapless ^0.7 and mqttrust
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.
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- defmt defmt-impl?