infisearch_lang_chinese/
lib.rs

1pub mod chinese;
2mod ts;
3mod utils;
4
5#[macro_use]
6extern crate lazy_static;