4 releases

0.1.3 Jan 14, 2024
0.1.2 Feb 13, 2021
0.1.1 Feb 12, 2021
0.1.0 Feb 12, 2021

#634 in Parser implementations

Download history 91/week @ 2024-07-22 64/week @ 2024-07-29 55/week @ 2024-08-05 69/week @ 2024-08-12 52/week @ 2024-08-19 47/week @ 2024-08-26 38/week @ 2024-09-02 40/week @ 2024-09-09 88/week @ 2024-09-16 75/week @ 2024-09-23 50/week @ 2024-09-30 51/week @ 2024-10-07 51/week @ 2024-10-14 24/week @ 2024-10-21 90/week @ 2024-10-28 19/week @ 2024-11-04

189 downloads per month
Used in fat-macho

MIT license

33KB
709 lines

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.


lib.rs:

LLVM Bitcode parser in Rust

Dependencies

~250–700KB
~16K SLoC