Crate h3ron

source ·
Expand description

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 serialization/deserialization for most types of this crate.
  • use-rayon
  • roaring: Enables collections::H3Treemap based on the roaring crate.
  • parse: Parse H3Cell from different string representations using H3Cell::from_str.

Re-exports

Modules

Structs

  • H3 Index representing a H3 Cell (hexagon)
  • H3 Index representing an directed H3 edge

Enums

Constants

Traits

  • trait for types which can be created from an H3Index
  • trait to be implemented by all structs being based on H3 data with a given resolution
  • Trait to handle types having a H3 Index like cells and edges

Functions