generational-cache 0.2.2

Generational Arena based cache impls. in 100% safe, [no_std] compatible Rust.
Documentation
1
2
3
4
//! Module providing implementations for the [`Vector`](super::Vector) trait.

pub mod alloc_vec;
pub mod array;