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
hash_set
paste
Re-export of paste.

Type Aliases§

DefaultHashBuilder
Default hasher for HashMap and HashSet.