iron-llvm
iron-llvm copied to clipboard
Safe Rust LLVM bindings
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`.