bitarray 0.2.6

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

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

[dependencies]
space = { version = "0.10.3", optional = true }
serde = { version = "1.0.116", default-features = false, features = ["derive"], optional = true }
cfg-if = "0.1.10"