rucc-verify 0.9.4

SMT verification of the rucc rewrite and lowering rule set.
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 = "rucc-rules"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a315f618793cd6845c9e630b6270ba2ab319bc9a364f43076f95a7b78ca688a"

[[package]]
name = "rucc-verify"
version = "0.9.4"
dependencies = [
 "rucc-rules",
]