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

4 lines
59 B
Rust
Raw Normal View History

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