japanmesh 0.1.2

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

mod code;
mod constants;
mod iterator;
mod lnglat;

pub use code::*;
pub use iterator::*;
pub use lnglat::*;