cj_bitmask_vec 0.1.4

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 = 3

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

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