cj_bitmask_vec 1.2.0

BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported.
Documentation
[[bench]]
harness = false
name = "bitmask_vec_benchmarks"
path = "benches/bitmask_vec_benchmarks.rs"

[dependencies.cj_common]
version = "1.0.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "cj_bitmask_vec"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported."
edition = "2021"
homepage = "https://github.com/cubicle-jockey/cj_bitmask_vec"
keywords = ["vec", "vector", "bit", "bitmask", "binary"]
license = "MIT OR Apache-2.0"
name = "cj_bitmask_vec"
readme = "README.md"
repository = "https://github.com/cubicle-jockey/cj_bitmask_vec"
version = "1.2.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"