Cargo Features

[dependencies]
dasp_slice = { version = "0.11.0", default-features = false, features = ["std", "all", "all-no-std", "boxed"] }
default = std

The std feature is set by default whenever dasp_slice is added without default-features = false somewhere in the dependency tree.

std default all?

Enables std of dasp_frame and dasp_sample

Affects boxed::Box

all = all-no-std, std
all-no-std all? = boxed
boxed all-no-std?

Affects dasp_slice::boxed