Cargo Features

Klingt has no features set by default.

[dependencies]
klingt = { version = "0.2.2", features = ["all", "cpal_sink", "vorbis_src", "std", "warn_on_empty"] }
all = cpal_sink, vorbis_src
cpal_sink all? = cpal, std

Affects klingt::NodeVariants

vorbis_src all? = lewton, std

Affects klingt::NodeVariants

std cpal_sink? vorbis_src?

optional, even if std is implicit

warn_on_empty

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.

cpal cpal_sink?
lewton vorbis_src?