Rust

Rust Compilation Environment

You need to install the Rustup-Init program to set up the rust environment: Getting started

Documentation for the Rust language: The Rust Programming Language

Resources

Generate LLVM-IR with Rust

1
rustc main.rs --emit=llvm-ir