n3gb-rs 0.1.2

A Rust implementation of a hierarchical hex-based spatial indexing system based on the OSGB National Grid.
Documentation
1
2
3
4
5
6
7
pub mod coord;
pub mod error;
pub mod identifier;

pub use coord::{Coordinate, wgs84_to_bng};
pub use error::N3gbError;
pub use identifier::{decode_hex_identifier, generate_identifier};