xs_h3 0.2.0

Excerion Sun's Rust implementation of Uber's H3 geospatial indexing library
Documentation
1
2
3
4
5
6
pub mod from_h3;
pub mod to_h3;

// Re-export public functions from submodules for easier access
pub use from_h3::{cell_to_boundary, cell_to_lat_lng};
pub use to_h3::lat_lng_to_cell;