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
#[cfg(feature = "lru")]
pub mod heapless_btree_lru_cache;
#[cfg(feature = "lru")]
pub mod heapless_linear_lru_cache;
#[cfg(feature = "lru")]
pub mod heapless_lru_cache;
pub mod lru_cache;