Expand description

Wrappers around the current best choices for a HashMap and HashSet.

Structs

Fast, secure HashMap currently built atop hashbrown (SwissTable) using a secure AHash.

Fast, secure HashSet currently built atop hashbrown (SwissTable) using a secure AHash.

Enums

Hash map entry. A view into a single entry in a map, which may either be vacant or occupied.

Hash map entry. A view into a single entry in a map, which may either be vacant or occupied.

Type Definitions

Default hasher Default hasher for HashMap.