Work in progress: It seems like we support synonyms, split and concat words

This commit is contained in:
Clément Renault
2019-11-30 16:53:34 +01:00
parent d17d4dc5ec
commit 902625601a
9 changed files with 1026 additions and 48 deletions

View File

@ -18,6 +18,10 @@ pub mod serde;
pub mod store;
mod update;
// TODO replace
mod bucket_sort;
mod criterion2;
pub use self::database::{BoxUpdateFn, Database, MainT, UpdateT};
pub use self::error::{Error, MResult};
pub use self::number::{Number, ParseNumberError};