indexed_bitvec 4.0.1

An indexed bitvector with (hopefully) fast rank and select operations.
Documentation
#!/bin/sh
set -e
(cd core && cargo test --verbose --no-default-features)
cargo test --verbose --no-default-features
cargo test --verbose --features "implement_heapsize"
(cd examples && cargo test --verbose --no-default-features)