1 2 3 4 5 6 7 8 9 10
//! 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 punctuation_gap; pub(crate) mod rule; pub(crate) mod softbank_emoji; pub(crate) mod translator; pub(crate) mod z52_from; pub(crate) mod z52_to;