Cargo Features

[dependencies]
slice_ring_buf = { version = "0.3.1", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Enables the SliceRB struct containing owned data on the heap.