llvm-bitcode-rs

LLVM Bitcode parser in Rust

MIT License

Downloads
61.7K
Stars
10
Committers
1

llvm-bitcode-rs

LLVM Bitcode parser in Rust

Installation

Add it to your Cargo.toml:

[dependencies]
llvm-bitcode = "0.1"

then you are good to go. If you are using Rust 2015 you have to add extern crate llvm_bitcode to your crate root as well.

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.