static_assertions_next 1.1.2

Compile-time assertions to ensure that invariants are met.
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 = "proc_static_assertions_next"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1954b8d281baaa93d19654c7f136da1471759fcf84670ad22d8311ae4bdb0c75"

[[package]]
name = "static_assertions_next"
version = "1.1.2"
dependencies = [
 "proc_static_assertions_next",
]