deinflector 0.0.1

Attempts to be a 1 to 1 reimplementation of Yomitan's MultiLanguageTransformer.
Documentation
#![allow(dead_code, unused_imports)]
#![feature(type_alias_impl_trait)]

pub mod cjk_utils;
pub mod descriptors;
pub mod en;
pub mod es;
pub mod ja;
pub mod language_d;
pub mod languages;
pub mod multi_language_transformer;
pub mod text_preprocessors;
pub mod text_processors;
pub mod text_scanner;
pub mod transformer;
pub mod transforms;
pub mod wanakana;
pub mod zh;

fn main() {}