Module aliases

Source
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§

hash_map
HashMap type aliases and re-exports.
hash_set
HashSet type aliases and re-exports.

Type Aliases§

DefaultHashBuilder
The default hash builder used by HashMap and HashSet. Default hasher for HashMap and HashSet.