rucc-types 0.10.37

The C type system, interned, and layout computation.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rucc-abi"
version = "0.10.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d67afd48bc4b3c74ab1acc7b16e618b334b45fbf60abdcfc7a1e6a85088765"
dependencies = [
 "rucc-base",
 "rucc-tuple",
]

[[package]]
name = "rucc-base"
version = "0.10.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcaa7cad593edac4b10a66cecf5cadb0ba72c5e4eb222bd1191f55abfbf7611e"

[[package]]
name = "rucc-target"
version = "0.10.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14d4e59e360de137964185fbdabd1f28c42dfbce5985ac1f7e7570a156005a38"
dependencies = [
 "rucc-abi",
 "rucc-base",
 "rucc-tuple",
]

[[package]]
name = "rucc-tuple"
version = "0.10.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb08582d8c8a08f4939340c4475f7b200a86c5a68979a5002ee21726cae6127"

[[package]]
name = "rucc-types"
version = "0.10.37"
dependencies = [
 "rucc-base",
 "rucc-target",
 "rucc-tuple",
]