[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"