Crates.io | llvm-bitcode |
lib.rs | llvm-bitcode |
version | 0.1.3 |
source | src |
created_at | 2021-02-12 12:12:05.438737 |
updated_at | 2024-01-14 06:42:32.58121 |
description | LLVM Bitcode parser in Rust |
homepage | |
repository | https://github.com/messense/llvm-bitcode-rs.git |
max_upload_size | |
id | 354170 |
size | 45,303 |
LLVM Bitcode parser in Rust
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.
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.