Cargo Features
[dependencies]
yap_streaming = { version = "0.2.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneveryap_streaming
is added without
somewhere in the dependency tree.default-features = false - alloc default
yap_streaming has 2 features without comments.