Introduce the roaring bitmap heed codec

This commit is contained in:
Kerollmops 2020-06-22 17:56:07 +02:00
parent 8148210860
commit 2f0e1afd16
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 34 additions and 9 deletions

3
src/heed_codec/mod.rs Normal file
View file

@ -0,0 +1,3 @@
mod roaring_bitmap;
pub use self::roaring_bitmap::RoaringBitmapCodec;