vob 2.0.1

Vector of Bits with Vec-like API and usize backing storage
Documentation
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.num-traits]
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.rand]
version = "0.5"

[features]
unsafe_internals = []

[package]
authors = ["Laurence Tratt <laurie@tratt.net>"]
categories = ["data-structures"]
description = "Vector of Bits with Vec-like API and usize backing storage"
license = "Apache-2.0 OR MIT"
name = "vob"
readme = "README.md"
repository = "https://github.com/softdevteam/vob/"
version = "2.0.1"