Module prelude

Module prelude 

Source
Expand description

The generational-cache prelude.

This module provides a set of commonly used items to alleviate imports.

Re-exportsยง

pub use super::arena::Arena;
pub use super::arena::ArenaError;
pub use super::cache::lru_cache::LRUCache;
pub use super::cache::lru_cache::LRUCacheError;
pub use super::cache::Cache;
pub use super::cache::Eviction;
pub use super::cache::Lookup;
pub use super::collections::list::LinkedList;
pub use super::collections::list::ListError;
pub use super::map::impls::alloc_btree_map::AllocBTreeMap;
pub use super::map::Map;
pub use super::vector::impls::alloc_vec::AllocVec;
pub use super::vector::impls::array::Array;
pub use super::vector::impls::array::ArrayError;
pub use super::vector::Vector;