Cargo Features
[dependencies]
bmp085-driver = { version = "0.1.4", default-features = false, features = ["libm"] }
- default = libm
-
The
libm
feature is set by default wheneverbmp085-driver
is added without
somewhere in the dependency tree.default-features = false Affects
bmp085-driver::pressure_to_normal_null
…
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.
- libm default
-
Enables libm ^0.1.2