implements the get_tasks

This commit is contained in:
Tamo
2022-09-22 20:02:55 +02:00
committed by Clément Renault
parent 5b282acb7b
commit f84cbee170
7 changed files with 131 additions and 22 deletions

View File

@ -15,6 +15,7 @@ use std::ffi::OsStr;
use std::path::Path;
// TODO: TAMO: rename the MeiliSearch in Meilisearch
pub use index_controller::error::IndexControllerError;
pub use index_controller::Meilisearch as MeiliSearch;
pub use milli;
pub use milli::heed;