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