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

#543 in Parser implementations

Download history 34/week @ 2024-01-22 45/week @ 2024-01-29 49/week @ 2024-02-05 44/week @ 2024-02-12 72/week @ 2024-02-19 98/week @ 2024-02-26 81/week @ 2024-03-04 1334/week @ 2024-03-11 255/week @ 2024-03-18 61/week @ 2024-03-25 92/week @ 2024-04-01 57/week @ 2024-04-08 72/week @ 2024-04-15 53/week @ 2024-04-22 41/week @ 2024-04-29 59/week @ 2024-05-06

229 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

~0.4–0.8MB
~19K SLoC