Docs.rs
llvm-alt-0.5.0
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
llvm-alt 0.5.0
A wrapper for LLVM, a powerful library and toolkit for compilers
Crate
Source
Builds
Feature flags
Hide files
examples
src
tests
build.rs
Cargo.toml
LICENSE
README.md
1
2
3
fn
main
(
)
{
println!
(
"
{}
"
,
"
cargo:rustc-link-lib=dylib=ffi
"
)
;
}