[[bench]]
harness = false
name = "bitmap-base"
[[example]]
name = "bitmap-base"
[[example]]
name = "bitmap-usecase"
[[test]]
name = "bitmap-base"
[[test]]
name = "bitmap-panic"
[dependencies]
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"
[lib]
bench = false
[package]
authors = ["Halifuda"]
categories = ["no-std"]
description = "A conventional, compact and core (no_std) bitmap."
documentation = "https://docs.rs/cbitmap"
edition = "2021"
keywords = ["bitmap", "bitset", "bitarray"]
license = "MIT"
name = "cbitmap"
readme = "README.md"
repository = "https://github.com/Halifuda/cbitmap"
version = "0.3.1"