1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*
Hyphenation internals
*/

#[macro_use] extern crate serde;
extern crate atlatl;

mod language;
pub mod dictionary;
pub mod parse;

pub use language::*;