citadel-middleend 0.0.11

The middleend/optimizer for the citadel compiler backend
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 = "citadel-frontend"
version = "0.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26a5677a0484a9303cfa383c6e006b68824e2d7222d64ed817253620908bc187"

[[package]]
name = "citadel-middleend"
version = "0.0.11"
dependencies = [
 "citadel-frontend",
]