[package]
name = "cj_bitmask_vec"
version = "1.2.0"
edition = "2021"
keywords = ["vec", "vector", "bit", "bitmask", "binary"]
categories = ["encoding", "parsing"]
repository = "https://github.com/cubicle-jockey/cj_bitmask_vec"
homepage = "https://github.com/cubicle-jockey/cj_bitmask_vec"
description = "BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported."
license = "MIT OR Apache-2.0"
[dependencies]
cj_common = "1.0.2"
[dev-dependencies]
criterion = { version = "0.7", features = ["html_reports"] }
[[bench]]
name = "bitmask_vec_benchmarks"
harness = false