h3o 0.11.0

A Rust implementation of the H3 geospatial indexing system.
Documentation
1
2
3
4
5
6
7
8
9
10
mod children;
mod grid_path;

pub use children::Children;
pub use grid_path::GridPathCells;

#[cfg(feature = "geo")]
mod gosper;
#[cfg(feature = "geo")]
pub use gosper::Gosper;