Introduce a new meilitool to help the cloud team

This commit is contained in:
Clément Renault
2023-10-25 10:49:50 +02:00
parent 2614e7d9ca
commit 13416ccbf7
6 changed files with 426 additions and 50 deletions

View File

@ -27,7 +27,7 @@ mod index_mapper;
mod insta_snapshot;
mod lru;
mod utils;
mod uuid_codec;
pub mod uuid_codec;
pub type Result<T> = std::result::Result<T, Error>;
pub type TaskId = u32;