use-range 0.0.1

Comparable range validation primitives for RustUse
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 = "use-bound"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a5c6cd2c21bc6ac59656ac553b15244754c066c6f2caa90e64c1b91aa9501c8"

[[package]]
name = "use-range"
version = "0.0.1"
dependencies = [
 "use-bound",
]