cj_bitmask_vec 0.1.0

BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.cj_common]
version = "0.2"

[package]
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"
resolver = "2"
version = "0.1.0"