Module aliases

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.

Structs§

DefaultHashBuilder
The default hash builder used by HashMap and HashSet. Default hash builder for the S type parameter of HashMap and HashSet.