typos/crates/typos-dict/src/lib.rs

4 lines
59 B
Rust
Raw Normal View History

2019-10-28 12:01:22 -04:00
mod dict_codegen;
2023-09-25 13:11:43 -04:00
pub use crate::dict_codegen::WORD_TRIE;