Expand description
Frozen (aka read-only) sets and maps for H3 cell index.
Those data structures are built on top of finite state transducers, which allows them to be extremely compact while offering fast lookup.
This is especially for read-only indexes (both in-memory or on-disk).
Structs§
- A read-only map of H3 cell indexes.
- A builder for creating a frozen map.
- An iterator over the key-value pair of a
FrozenMap
. - An iterator over the keys of a
FrozenMap
. - An iterator over the values of a
FrozenMap
. - A read-only set of H3 cell indexes.
- A builder for creating a frozen set.
- An iterator over the every value of the set.
Enums§
- Errors occurring while building a set or a map.