Saulius Grigaliunas
Saulius Grigaliunas
Great idea, I agree! Do you know any Rust libs that do this already?
Fixed in #95.
Hello! Can you please run this command manually and show the output? From `croaring-rs` root: ``` cc -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DDISABLE_X64 -Wno-unused-function -o "/workspace/rust/roarningbitmap/target/debug/build/croaring-sys-7cd393670621a907/out/CRoaring/roaring.o" -c croaring-sys/CRoaring/roaring.c...
Does this also happen with the latest version of `croaring-rs`?
Woha, this is fascinating @Dr-Emann, great work!
Looks great! Given this introduces changes to `Bitmap`, in particular to `BitmapIterator`, I think it would be safe to release this as `2.x`. Do you agree?