auto_
hash_
map
0.1.0
All Items
Crate Items
Re-exports
Modules
Constants
Crate
auto_hash_map
Copy item path
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.