Cargo Features
[dependencies]
pitchy = { version = "0.1.1", default-features = false, features = ["std", "libm"] }
- default = std
-
The
std
feature is set by default wheneverpitchy
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
math::powf2
,math::log2
,math::round
… - libm
-
Enables libm