Cargo Features
[dependencies]
audio-blocks = { version = "0.1.0", default-features = false, features = ["std", "alloc", "rtsan"] }
- default = std
-
The
std
feature is set by default wheneveraudio-blocks
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- rtsan
-
Enables enable of rtsan-standalone
audio-blocks has 4 features without comments.