meco-core 0.3.1

Mongolian Encoding Converter — pure-by-default Rust library and CLI, ported from Java meco.
Documentation
1
2
3
4
5
6
7
8
//! SHAPE subsystem: Z52 and Menk-shape <-> the Zvvnmod hub. Delivers the urgent Z52<->MenkShape path.

pub(crate) mod menk_from;
pub(crate) mod menk_to;
pub(crate) mod rule;
pub(crate) mod translator;
pub(crate) mod z52_from;
pub(crate) mod z52_to;