Module swiss_army_knife::hash_map_and_hash_set[][src]

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

Type Definitions

Default hasher