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
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.0"
dependencies = [
 "cj_common",
]

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