Introduce the StrBEU32Codec heed codec

This commit is contained in:
Clément Renault 2020-08-28 14:16:37 +02:00
parent 34db376ae5
commit 7cde312f14
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
5 changed files with 57 additions and 37 deletions

View file

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