llvm-bitcode

Crates.iollvm-bitcode
lib.rsllvm-bitcode
version0.1.3
sourcesrc
created_at2021-02-12 12:12:05.438737
updated_at2024-01-14 06:42:32.58121
descriptionLLVM Bitcode parser in Rust
homepage
repositoryhttps://github.com/messense/llvm-bitcode-rs.git
max_upload_size
id354170
size45,303
messense (messense)

documentation

README

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.

Commit count: 11

cargo fmt