Crate h3o_zip

Source
Expand description

H3 compression algorithms.

This library allows to compress an H3 cell set into a compacted space-efficient representation.

This is especially useful for on-disk storage or on-wire transmission.

Enums§

DecodingError
Errors related to the decoding process.

Functions§

compress
Compress a sorted stream of cell indexes.
decompress
Decompress the bytes into a stream of sorted cell indexes.