25 releases
Uses old Rust 2015
0.5.0 | Jul 19, 2016 |
---|---|
0.4.0 | Mar 12, 2016 |
0.3.2 | Aug 26, 2015 |
0.3.1 | Jun 25, 2015 |
0.1.9 | Jun 22, 2015 |
#812 in Programming languages
85KB
2K
SLoC
LLVM-rs
This is a library that wraps LLVM using Rust idioms and the cbox library. There is good quality documentation available if you want to check out the API. It's basically a simplified version of the C++ API which has documentation.
Using in your projects
To use this in your project, add the following to your Cargo.toml
[dependencies]
...
llvm-alt = "*"
Bugs
While using this library, if you ever encounter a segmentation fault or similar unverbose error messages, please file an issue with what code caused the problem. Thanks!
Dependencies
~290–670KB
~14K SLoC