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
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
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;