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
8
9
10
11
mod bounding_box;
mod coordinate;
mod direction;
mod mesh_code;
mod mesh_level;

pub use bounding_box::BoundingBox;
pub use coordinate::Coordinate;
pub use direction::Direction;
pub use mesh_code::MeshCode;
pub use mesh_level::MeshLevel;