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
7
pub mod btree_map;
pub mod heapless_btree_map;
#[cfg(feature = "ordered")]
pub mod heapless_ordered_map;
pub mod map;
#[cfg(feature = "ordered")]
pub mod ordered_map;