ittybitty 0.2.0

An itty bitty bitset to hold your itty bitty bits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "ittybitty"

version = "0.2.0"

edition = "2021"

authors = ["Atlas Dostal <email@atlasdostal.com>"]

repository = "https://github.com/atlv24/ittybitty"

keywords = ["smallvec", "bitvec", "storage", "bitset", "vec"]

categories = ["data-structures", "memory-management", "caching"]

license = "MIT OR Apache-2.0"

readme = "README.md"

description = "An itty bitty bitset to hold your itty bitty bits."



[dev-dependencies]

generic-tests = "0.1.2"