smallbitvec 1.0.1

A bit vector optimized for size and inline storage
Documentation
[package]
name = "smallbitvec"
version = "1.0.1"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT / Apache-2.0"
description = "A bit vector optimized for size and inline storage"
repository = "https://github.com/servo/smallbitvec"
documentation = "https://docs.rs/smallbitvec"
keywords = ["bitvec", "bitmap", "vec", "data-structures"]
readme = "README.md"

[dev-dependencies]
rand = "0.3.15"
bit-vec = "0.4.4"