https://github.com/messense/llvm-bitcode-rs
LLVM Bitcode parser in Rust
https://github.com/messense/llvm-bitcode-rs
Last synced: about 1 year ago
JSON representation
LLVM Bitcode parser in Rust
- Host: GitHub
- URL: https://github.com/messense/llvm-bitcode-rs
- Owner: messense
- License: mit
- Created: 2021-02-12T12:04:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T14:11:58.000Z (over 1 year ago)
- Last Synced: 2025-03-26T20:11:51.013Z (about 1 year ago)
- Language: Rust
- Size: 48.8 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# llvm-bitcode-rs
[](https://github.com/messense/llvm-bitcode-rs/actions?query=workflow%3ACI)
[](https://codecov.io/gh/messense/llvm-bitcode-rs)
[](https://crates.io/crates/llvm-bitcode)
[](https://docs.rs/llvm-bitcode/)
LLVM Bitcode parser in Rust
## Installation
Add it to your ``Cargo.toml``:
```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](./LICENSE) file.