Installation

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Hello World

fn main() {
    println!("Hello, world!");
}

Related Content

  • Cargo - Rust package and project manager