typos/typos-dict/src/lib.rs
2019-08-08 10:24:50 -05:00

4 lines
53 B
Rust

mod dict;
mod dict_codegen;
pub use crate::dict::*;