bitarray 0.6.0

A const generics driven bit array specialized for hamming distance
Documentation
[dependencies.cfg-if]
version = "1.0.0"

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

[dependencies.space]
optional = true
version = "0.15.0"
[dev-dependencies.bincode]
default-features = false
version = "1.3.3"

[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0.64"

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

[package]
authors = ["Geordon Worley <vadixidav@gmail.com>"]
categories = ["no-std"]
description = "A const generics driven bit array specialized for hamming distance"
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.6.0"