growable-bitmap 0.1.0

A growable (and shrinkable) compact boolean array.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Alexis Bourget <alexis.bourget@gmail.com>"]
categories = ["data-structures"]
description = "A growable (and shrinkable) compact boolean array."
documentation = "https://docs.rs/growable-bitmap/latest/growable-bitmap/index.html"
edition = "2018"
homepage = "https://github.com/poliorcetics/growable-bitmap/"
keywords = ["boolean-array", "bitmap"]
license = "MIT"
name = "growable-bitmap"
readme = "README.md"
repository = "https://github.com/poliorcetics/growable-bitmap"
version = "0.1.0"