Module swiss_army_knife::hash_map_and_hash_set[][src]

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

Structs

FastSecureHashMap

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

FastSecureHashSet

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

Enums

FastSecureHashMapEntry

Hash map entry.

FastSecureRawMutHashMapEntry

Hash map entry.

Type Definitions

FastSecureHashBuilder

Default hasher