indexed_bitvec 2.2.0

An indexed bitvector with (hopefully) fast rank and select operations.
Documentation
[[bench]]
harness = false
name = "operations"
[dependencies.indexed_bitvec_core]
version = "2.2"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.rand]
version = "0.6"

[package]
authors = ["DarkOtter <>"]
categories = ["algorithms", "data-structures"]
description = "An indexed bitvector with (hopefully) fast rank and select operations."
edition = "2018"
keywords = ["index", "indexing", "bits", "bitvector"]
license = "Apache-2.0"
name = "indexed_bitvec"
repository = "https://github.com/DarkOtter/indexed-bitvec-rs"
version = "2.2.0"