iron-llvm icon indicating copy to clipboard operation
iron-llvm copied to clipboard

Safe Rust LLVM bindings

Results 4 iron-llvm issues
Sort by recently updated
recently updated
newest added

Hi :-), I am looking for a safe LLVM bindings library. This one looks great. How do you compare with [`llvm-alt`](https://github.com/TomBebbington/llvm-rs)?

The other PR (#4) updates to an older `llvm-sys` and also rewrites `Cargo.toml` a little. This PR updates `libc` and `llvm-sys` dependencies but also only tracks `major.minor` versions (`libc =...

Crate does not build on stable - `lib.rs` has redundant `#[feature(convert)]`, `#[feature(log_syntax)]`, and `#[feature(trace_macros)]` annotations. Removing them allows the crate to compile.

Updates `libc` and `llvm-sys`.