start moving a lot of task types to meilisearch_types

This commit is contained in:
Tamo 2022-10-12 00:43:24 +02:00 committed by Clément Renault
parent fa4c1de019
commit 510ce9fc51
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
18 changed files with 416 additions and 347 deletions

View file

@ -3,6 +3,7 @@ pub mod error;
pub mod index_uid;
pub mod settings;
pub mod star_or;
pub mod tasks;
pub use milli;
pub use milli::heed;