Cargo Features
[dependencies]
ina219_rs = { version = "0.5.1", default-features = false, features = ["physic", "ina219"] }
- default = ina219
-
The
ina219
feature is set by default wheneverina219_rs
is added without
somewhere in the dependency tree.default-features = false - physic
-
Enables collection_literals, hashbrown ^0.12, and lazy_static
- ina219 default
-
Enables byteorder, collection_literals, embedded-hal ^0.2, hashbrown ^0.12, and lazy_static
ina219_rs has 3 features without comments.