hibitset

Crates.iohibitset
lib.rshibitset
version0.6.4
sourcesrc
created_at2017-04-20 15:38:10.488209
updated_at2023-09-16 06:43:45.813329
descriptionHierarchical bit set structure
homepage
repositoryhttps://github.com/slide-rs/hibitset
max_upload_size
id11320
size109,418
Imbris (Imberflur)

documentation

https://docs.rs/hibitset

README

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.

Commit count: 144

cargo fmt