Moved the struct UuidCodec to a new file

This commit is contained in:
Elbert Ronnie 2022-10-31 12:25:19 +05:30
parent 3911fd64b5
commit 0219ef25fe
3 changed files with 27 additions and 24 deletions

View file

@ -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;