llvm-bitcode 0.2.1

LLVM Bitcode parser in Rust
Documentation

llvm-bitcode-rs

GitHub Actions codecov Crates.io docs.rs

LLVM Bitcode parser in Rust. Supports iterating blocks and fields of records.

Installation

cargo add llvm-bitcode or add it to your Cargo.toml:

[dependencies]
llvm-bitcode = "0.2"

Usage

See examples and API docs.

License

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