mFrankowicz / hibitset

Hierarchical bit set container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hibitset

Build Status Crates.io

Provides hierarchical bit sets, which allow very fast iteration on sparse data structures.

Usage

Just add this to your Cargo.toml:

[dependencies]
hibitset = "0.6"

License

This library is licensed under the Apache License 2.0, see the LICENSE file for more information.

About

Hierarchical bit set container

License:Apache License 2.0


Languages

Language:Rust 100.0%