Rust: Introduction
Start learning Rust with a quick overview and Hello World.
Rust — Introduction
Overview
Rust focuses on safety and performance; great for systems and WebAssembly.
Hello World
fn main(){
println!("Hello, World!");
}
What you'll learn
- How to run Rust
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.