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§
Type Aliases§
- Default
Hash Builder - Default hasher for
HashMap
andHashSet
.