jismeshcode 0.2.1

日本標準地域メッシュコード(JIS X 0410)を扱う包括的なRustライブラリ / A comprehensive Rust library for Japanese Standard Grid Square Code
Documentation
1
2
3
4
5
6
7
mod bounds;
mod hierarchy;
mod neighbors;

pub use bounds::{bounds, center, contains};
pub use hierarchy::{children, parent, to_level};
pub use neighbors::{neighbor, neighbors};