Cargo Features
[dependencies]
slice_ring_buf = { version = "0.3.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverslice_ring_buf
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Enables the
SliceRB
struct containing owned data on the heap.