llvm-in-rust-bitcode 0.1.0

Compact bitcode reader and writer for LLVM-in-Rust IR modules.
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 = "llvm-in-rust-bitcode"
version = "0.1.0"
dependencies = [
 "llvm-in-rust-ir",
]

[[package]]
name = "llvm-in-rust-ir"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3400b774325a7a64315de393f45fc8f0f46e04ebb1af75e78ce70d3ad44f7e06"