RustrustprogrammingCarlos DamázioNotesRustInstallation#curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shCopyHello World#fn main() { println!("Hello, world!"); }CopyRelated ContentCargo - Rust package and project manager