dic/
lib.rs

1#![allow(unused_parens)]
2
3mod dic;
4pub use self::dic::*;