bitarray 0.2.5

A const generics driven bit array
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bitarray"
version = "0.2.5"
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"

[dependencies]
space = { version = "0.10.3", optional = true }
serde = { version = "1.0.114", default-features = false, features = ["derive"], optional = true }