mongol-norm 0.1.1

Shape-aware normalizer for Traditional Mongolian script: the UTN #57 v4 shaping engine and FVS-pinned canonical normalizer, pure Rust with zero dependencies.
Documentation
1
2
3
4
5
//! `mongol-norm` command-line entry point; the implementation is `mongol_norm::cli`.

fn main() {
    std::process::exit(mongol_norm::cli::main());
}