h3o 0.9.4

A Rust implementation of the H3 geospatial indexing system.
Documentation
1
2
3
4
5
mod algo;
mod iterator;

pub use algo::{direction_for_neighbor, neighbor_rotations};
pub use iterator::{DiskDistancesSafe, DiskDistancesUnsafe, RingUnsafe};