1/* 2Hyphenation internals 3*/ 4 5#[macro_use] extern crate serde; 6 7pub mod dictionary; 8mod language; 9pub mod parse; 10 11pub use language::*;