indexed_bitvec_core 4.0.0

Core operations on indexed bitvectors including (hopefully) fast rank and select operations.
Documentation
[badges.travis-ci]
repository = "DarkOtter/indexed-bitvec-rs"

[dev-dependencies.proptest]
version = "0.8"

[dev-dependencies.quickcheck]
version = "0.8"

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

[dev-dependencies.rand_xorshift]
version = "0.1"

[package]
authors = ["DarkOtter <>"]
categories = ["algorithms"]
description = "Core operations on indexed bitvectors including (hopefully) fast rank and select operations."
edition = "2018"
keywords = ["index", "indexing", "bits", "bitvector"]
license = "Apache-2.0"
name = "indexed_bitvec_core"
repository = "https://github.com/DarkOtter/indexed-bitvec-rs"
version = "4.0.0"