Cargo Features
[dependencies]
device-driver = { version = "1.0.0-rc.0", default-features = false, features = ["dsl", "json", "yaml", "toml", "defmt-03"] }
- default = dsl, json, toml, yaml
-
These default features are set whenever
device-driver
is added without
somewhere in the dependency tree.default-features = false - dsl default
-
Enables dsl of device-driver-macros
- json default
-
Enables json of device-driver-macros
- yaml default
-
Enables yaml of device-driver-macros
- toml default
-
Enables toml of device-driver-macros
- defmt-03
-
Enables defmt, defmt-03 of embedded-io
device-driver has 6 features without comments.