Move the command lines helpers into different crates

This commit is contained in:
Clément Renault
2021-02-14 18:55:15 +01:00
parent d8f3421608
commit fecf3d6fc1
11 changed files with 142 additions and 48 deletions

View File

@ -3,15 +3,14 @@
mod criterion;
mod external_documents_ids;
mod fields_ids_map;
mod index;
mod mdfs;
mod query_tokens;
mod search;
mod update_store;
pub mod facet;
pub mod heed_codec;
pub mod index;
pub mod proximity;
pub mod subcommand;
pub mod update;
use std::borrow::Cow;