roaring-rs
roaring-rs copied to clipboard
Genericize RoaringBitmap and implements Roaring32 and Roaring64
Roaring32 is the new name of RoaringBitmap (which is now the core generic implementation, RoaringBitmap<V>).
Roaring64 is the 64-bit version and replaces RoaringTreemap.
Would it be possible to make the
IntoItertype public, please? I was trying your new branch and was unfortunately unable to use it. I don't know if there is a flag or something to make sure cargo warns about it...
Done in the last commit Dunno about a flag/clippy lint either.