bitarray 0.2.6

A const generics driven bit array
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.116"

[dependencies.space]
optional = true
version = "0.10.3"

[features]
unstable-512-bit-simd = []

[package]
authors = ["Geordon Worley <vadixidav@gmail.com>"]
categories = ["no-std"]
description = "A const generics driven bit array"
documentation = "https://docs.rs/bitarray/"
edition = "2018"
keywords = ["const", "generics", "bit", "array", "hamming"]
license = "MIT"
name = "bitarray"
readme = "README.md"
repository = "https://github.com/rust-cv/bitarray"
version = "0.2.6"