зеркало из https://github.com/mozilla/gecko-dev.git
…
|
||
---|---|---|
.. | ||
benches | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
bors.toml |
README.md
hibitset
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.