[][src]Crate croaring

Re-exports

pub use bitmap::Bitmap;
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.

Structs

BitmapIterator