japanmesh 0.1.2

Utilities for Japanese Grid Square Code (JIS X 0410:2002 地域メッシュコード)
Documentation
1
2
3
4
5
6
7
8
9
pub mod gridsquare;

#[derive(thiserror::Error, Debug)]
pub enum Error {
    #[error("Invalid code")]
    InvalidCode,
    #[error("Out of bounds")]
    OutOfBounds,
}