Cargo Features
[dependencies]
ufmt_float = { version = "0.2.0", default-features = false, features = ["std", "maths"] }
- default = maths
-
The
maths
feature is set by default wheneverufmt_float
is added without
somewhere in the dependency tree.default-features = false - std
-
ufmt:
NOTE do NOT turn
std
into a default feature; this is a no-std first crate - maths default = micromath
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.