Expand description

A map implemented on a trie. Unlike std::collections::HashMap the keys in this map are not hashed but are instead serialized.

Structs

An iterator over each element deserialized in the UnorderedMap.

An iterable implementation of a map that stores its content directly on the trie.