cj_bitmask_vec 1.0.2

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
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cj_bitmask_vec"
version = "1.0.2"
dependencies = [
 "cj_common",
]

[[package]]
name = "cj_common"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7f6d7a030a671c2b56425a66cbc8be2e45a3fe6d3140199e9d25acbaa63b83"