jismesh 0.0.1

Utilities for handling and converting JIS X0410 area mesh codes.
Documentation
1
2
3
4
5
6
pub(crate) mod utils;
pub use utils::{JismeshError, MeshLevel, to_meshcode, to_meshlevel, to_meshpoint};

#[doc = include_str!("../README.md")]
#[cfg(doctest)]
pub struct ReadmeDoctests;