Skip to main content

Crate auto_hash_map

Crate auto_hash_map 

Source

Re-exports§

pub use map::AutoMap;
pub use set::AutoSet;
pub use tiny_vec::TinyVec;

Modules§

map
set
tiny_vec
A bounded small-vector with a u8-sized header and an optional inline buffer. Backs both the List variant of crate::AutoMap and, with INLINE = 0, TaskStorage’s lazy-fields collection.