Cargo Features
[dependencies]
bufferring = { version = "0.0.2", default-features = false, features = ["alloc", "proptest"] }
- default = alloc
-
The
alloc
feature is set by default wheneverbufferring
is added without
somewhere in the dependency tree.default-features = false - alloc default
- proptest
-
Enables bit-vec ^0.6.3 and proptest
Bufferring has 3 features without comments.