Registry / utility / hibitset

hibitset

JSON →
library0.6.4rscratesunverified

Hierarchical bit set structure for efficient set operations.

# Cargo.toml [dependencies] hibitset = "0.6.4"
INSTALL
IMPORT
SIG · HIBITSET
H
hibitset
utilityrustv0.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BitSet
use hibitset::BitSet;

Creates a hierarchical bit set and adds an element.

use hibitset::BitSet; fn main() { let mut bitset = BitSet::new(); bitset.add(42); assert!(bitset.contains(42)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
hibitset — cargo add hibitset · libregistry