const_traits 0.3.0

const-ready version of core::convert / std::convert traits (+ const_ops)
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 = "const_ops"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d546eef5c1ebfec60402cc07b7ee922c7391505b75c7c377521b81de35791315"

[[package]]
name = "const_traits"
version = "0.3.0"
dependencies = [
 "const_ops",
]