h3o 0.10.0

A Rust implementation of the H3 geospatial indexing system.
Documentation
1
2
3
4
5
extern crate alloc;

mod api;
// Test against the reference implementation.
mod h3;