Crate hash_trie[][src]

Modules

traits

Structs

HashTrieMap

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

HashTrieSet

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

Enums

BitError

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

HashTrieError

The only error you’ll find is NotFound.