Expand description
Re-exports of third-party crates we use in the API.
The HashMap/Set should be preferred over the standard library variants or other alternatives. Currently defers to the excellent hashbrown crate.
Modules§
Structs§
- Default
Hash Builder - The default hash builder used by HashMap and HashSet.
Default hash builder for the
Stype parameter ofHashMapandHashSet.