Cargo Features
[dependencies]
mlx9064x = { version = "0.2.1", default-features = false, features = ["std", "examples", "libm"] }
- default = std
-
The
std
feature is set by default whenevermlx9064x
is added without
somewhere in the dependency tree.default-features = false - std default examples?
-
Enables std of arrayvec and num-traits
- examples = anyhow, linux-embedded-hal, std
- libm
-
Enables libm of num-traits
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.
- anyhow examples?
-
Enables anyhow
anyhow is only required for examples
- linux-embedded-hal examples?
-
Enables linux-embedded-hal ^0.3
linux-embedded-hal is only required for examples