messense / llvm-bitcode-rs

LLVM Bitcode parser in Rust

Repository from Github https://github.commessense/llvm-bitcode-rsRepository from Github https://github.commessense/llvm-bitcode-rs

llvm-bitcode-rs

GitHub Actions codecov Crates.io docs.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.

About

LLVM Bitcode parser in Rust

License:MIT License


Languages

Language:Rust 100.0%