h3ron 0.14.0

High-level rust API for H3
Documentation

This crate depends on the h3ron-h3-sys crate, which includes the C sources for libh3. So compiling requires a C toolchain and the cmake build tool.

Features

  • use-serde: serde support.
  • compression: enables the collections::compressed module.
  • rayon: Enables collections::ThreadPartitionedMap.
  • roaring: Enables collections::H3Treemap based on the roaring crate.
  • io: Convenience serialization helpers of the h3ron::io module. These are not really related to h3, but helpful for utilities during development.