Crates.io | llvm-alt |
lib.rs | llvm-alt |
version | 0.5.0 |
source | src |
created_at | 2015-06-13 23:38:28.660505 |
updated_at | 2016-07-19 00:52:51.661979 |
description | A wrapper for LLVM, a powerful library and toolkit for compilers |
homepage | |
repository | https://github.com/TomBebbington/llvm-rs |
max_upload_size | |
id | 2374 |
size | 90,506 |
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-alt = "*"
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!