1 2 3 4 5
pub mod helpers; #[allow(clippy::module_inception)] pub mod transliterate; pub use transliterate::transliterate_text;