llvm-sys-wrapper 0.6.1

Shallow wrapper for llvm-sys.
Documentation
1
2
3
fn main() {
    println!("cargo:rustc-link-lib=dylib={}", "ffi");
}