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

HashTrieError

The only error you’ll find is NotFound.