bitarray 0.2.3

A const generics driven bit array
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.space]
optional = true
version = "0.10.3"

[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/vadixidav/bitarray"
version = "0.2.3"