Crates.io | llvm-rs |
lib.rs | llvm-rs |
version | 0.2.1 |
source | src |
created_at | 2018-02-09 13:56:48.266226 |
updated_at | 2019-01-20 13:54:15.397993 |
description | A wrapper for LLVM, a powerful library and toolkit for compilers |
homepage | |
repository | https://github.com/Lapz/llvm-rs |
max_upload_size | |
id | 50358 |
size | 124,577 |
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.
To use this in your project, add the following to your Cargo.toml
[dependencies]
...
llvm-rs = { git ="https://github.com/lapz/llvm-rs/"}
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!
This is a fork of the original bindings that were written by TomBebb that has been updated and with more bindings written.