merriam_webster_model/
lib.rs

1#[macro_use]
2extern crate serde;
3
4pub mod entry;
5pub mod top_words;
6
7pub use entry::Entry;