small-collections 0.6.0

A collection of data structures optimized for small-buffer scenarios that reside on the stack and seamlessly spill to the heap.
Documentation
1
2
3
4
5
6
#[cfg(feature = "bitvec")]
pub mod bitvec;
pub mod deque;
#[cfg(feature = "bitvec")]
pub mod heapless_bitvec;
pub mod vec;