Cargo Features
[dependencies]
dasp_envelope = { version = "0.11.0", default-features = false, features = ["std", "all", "all-no-std", "peak", "rms"] }
- default = std
-
The
std
feature is set by default wheneverdasp_envelope
is added without
somewhere in the dependency tree.default-features = false - std default all?
-
Enables std of dasp_frame, dasp_peak, dasp_ring_buffer, dasp_rms, and dasp_sample
Affects
ops::f32.powf32
… - all = all-no-std, std
- all-no-std all? = peak, rms
- peak all-no-std? = dasp_peak
- rms all-no-std? = dasp_rms
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.