Updates croaring crate to 1.0.1, croaring-sys to 1.1.0
Also removes dependency on a git repository and rust build scripts. Package is now fetched from crates.io.
There were a few semantic changes to the way Bitmaps are handled, and its member functions. These have been accommodated and tests are passing functionally.
Updates
croaring
crate to 1.0.1,croaring-sys
to 1.1.0Also removes dependency on a git repository and rust build scripts. Package is now fetched from
crates.io
.There were a few semantic changes to the way
Bitmap
s are handled, and its member functions. These have been accommodated and tests are passing functionally.