n3gb-rs 0.2.2

A Rust implementation of a hierarchical hex-based spatial indexing system based on the OSGB National Grid.
Documentation
1
2
3
4
5
mod hexagon;
mod parse;

pub use hexagon::create_hexagon;
pub use parse::parse_geometry;