Crate croaring_mw

Source

Re-exports§

pub use bitmap::Bitmap;
pub use bitmap::BitmapIterator;
pub use treemap::Treemap;

Modules§

bitmap
Rust wrapper for CRoaring (a C/C++ implementation at https://github.com/RoaringBitmap/CRoaring)
treemap
Treemap is a RoaringBitmap-based structure that supports 64bit unsigned integer values. Implemented as a BTreeMap.