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
pub mod btree_set;
#[cfg(feature = "ordered")]
pub mod ordered_set;
pub mod set;