1
2
3
4
5
6
7
mod dictionary;

// Dictionary type which may be needed.
pub use dictionary::DictionaryEntry;

// Publicly export main getter methods.
pub use dictionary::{get_dictionary, get_no_markup_dictionary};