Cargo Features
[dependencies]
mutringbuf = { version = "0.4.0", default-features = false, features = ["alloc", "async"] }
- default = alloc
-
The
alloc
feature is set by default whenevermutringbuf
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
variants::HeapSplit
… - async