mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the StrBEU32Codec heed codec
This commit is contained in:
parent
34db376ae5
commit
7cde312f14
5 changed files with 57 additions and 37 deletions
|
@ -1,3 +1,5 @@
|
|||
mod roaring_bitmap_codec;
|
||||
mod str_beu32_codec;
|
||||
|
||||
pub use self::roaring_bitmap_codec::RoaringBitmapCodec;
|
||||
pub use self::str_beu32_codec::StrBEU32Codec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue