[package] name = "cj_bitmask_vec" version = "1.0.2" 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cj_common = "1.0.2"