uints 0.11.0

Unsigned Integer Properties
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 = "fixed-array"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0745af462026d2a582e14d0237d79b09d572e665d85ef7b9440de68cae34c1aa"

[[package]]
name = "uints"
version = "0.11.0"
dependencies = [
 "fixed-array",
]