[dependencies.cj_common]
version = "1.0.2"
[lib]
name = "cj_bitmask_vec"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = 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.0.2"