Cargo Features
[dependencies]
icm42688 = { version = "0.2.0", default-features = false, features = ["rt", "riscv"] }
- default = rt
-
The
rt
feature is set by default whenevericm42688
is added without
somewhere in the dependency tree.default-features = false - rt default = riscv-rt
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.
- riscv implicit feature
-
Enables riscv ^0.10.0
riscv:
Low level access to RISC-V processors
- riscv-rt rt
-
Enables riscv-rt ^0.11