Expand description
Collection utilities.
Modules§
- hash 🔒
- Stable wrappers around the stdlib
Hash
collections.
Structs§
- HashMap
- A wrapper around
std::collections::HashMap
that hides methods that expose unstable iteration order. - HashSet
- A wrapper around
std::collections::HashSet
that hides methods that expose unstable iteration order.
Traits§
- Associative
Ext - Extension methods for associative collections.
- Collection
Ext - Extension methods for collections.