mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Moved the struct UuidCodec to a new file
This commit is contained in:
parent
3911fd64b5
commit
0219ef25fe
3 changed files with 27 additions and 24 deletions
|
@ -25,6 +25,7 @@ mod index_mapper;
|
|||
#[cfg(test)]
|
||||
mod insta_snapshot;
|
||||
mod utils;
|
||||
mod uuid_codec;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
pub type TaskId = u32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue