Cargo Features

[dependencies]
bufferring = { version = "0.0.2", default-features = false, features = ["alloc", "proptest"] }
default = alloc

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

alloc default
proptest

Enables bit-vec and proptest

Bufferring has 3 features without comments.