Crate auto_hash_map

Source

Re-exports§

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

Modules§

map
set

Constants§

MAX_LIST_SIZE
Maximum size of list variant. Must convert to HashMap when bigger.
MIN_HASH_SIZE
Minimum size of HashMap variant. Must convert to List when smaller.