bv 0.11.1

Bit-vectors and bit-slices
Documentation
[build-dependencies.feature-probe]
version = "0.1.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.quickcheck]
version = "0.6.2"

[package]
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
build = "build.rs"
categories = ["data-structures"]
description = "Bit-vectors and bit-slices"
documentation = "http://tov.github.io/bv-rs/bv/"
keywords = ["bitvector", "bit", "vector", "bitvec", "bitset"]
license = "MIT/Apache-2.0"
name = "bv"
readme = "README.md"
repository = "https://github.com/tov/bv-rs"
version = "0.11.1"
[package.metadata.docs.rs]
features = ["serde"]