Crate hash_trie[][src]

Modules

Structs

HashTrieMap implements a hash map using a hash array mapped trie (HAMT).

HashTrieSet implements a hash set using a hash array mapped trie (HAMT).

Enums

BitError enumerates possible error conditions when bitops are used “incorrectly.”

The only error you’ll find is NotFound.

MapJointTransformResult is the result of a transform operation on a pair of entries of a map.

MapTransformResult is the result of a transform operation on a single entry of a map.

MapTransmuteResult is the result of a transmute operation on a single entry of a map or a pair of entries of a map.

SetJointTransformResult is the result of a transform operation on a pair of entries of a set.

SetTransformResult is the result of a transform operation on a single entry of a set.

SetTransmuteResult is the result of a transmute operation on a single entry or pair of entries of a set.

Type Definitions

A HashTrieMap using 64-bit hashes, 32-bit flags, and FnvHasher

A HashTrieSet using 64-bit hashes, 32-bit flags, and FnvHasher