Expand description
Containers: BTreeMap, BTreeSet, HashMap and HashSet.
Re-exports§
pub use btree_map::BTreeMap;pub use btree_map::BTreeMapA;pub use btree_set::BTreeSet;pub use btree_set::BTreeSetA;
Modules§
- btree_
map BTreeMapsimilar tostd::collections::BTreeMap.- btree_
set BTreeSetsimilar tostd::collections::BTreeSet.- hash_
map - Hashmap.
- hash_
set - Hashset.
Structs§
- Default
Hash Builder - Default hash builder for the
Stype parameter ofHashMapandHashSet. - HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- HashSet
- A hash set implemented as a
HashMapwhere the value is(). - TryReserve
Error - The error type for
try_reservemethods.
Enums§
- TryReserve
Error Kind - Details of the allocation that caused a
TryReserveError