Crate nohashmap

Crate nohashmap 

Source
Expand description

§Nohashmap

nohashmap allows you to use HashMap syntax in Rust for non-hashable types.

Re-exports§

pub use nohashmap::NoHashMapMultiVec;
pub use nohashmap::NoHashMapVecTuple;

Modules§

nohashmap

Type Aliases§

NoHashMap