1 2 3 4 5 6
#![allow(clippy::all)] pub mod dictionary; pub mod error; pub mod phoneme; pub mod translate;