TomBebbington / llvm-rs

LLVM wrappers for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLVM-rs

Crate Version Crate Downloads Crate License Build Status Dependency Status

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!

About

LLVM wrappers for Rust

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%