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

#334 in Programming languages

Download history 20/week @ 2024-12-17 15/week @ 2024-12-24 9/week @ 2024-12-31 24/week @ 2025-01-07 21/week @ 2025-01-14 19/week @ 2025-01-21 26/week @ 2025-01-28 37/week @ 2025-02-04 40/week @ 2025-02-11 24/week @ 2025-02-18 24/week @ 2025-02-25 7/week @ 2025-03-04 45/week @ 2025-03-11 17/week @ 2025-03-18 19/week @ 2025-03-25 20/week @ 2025-04-01

101 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.

Dependencies

~210–650KB
~15K SLoC