DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Rust: Introduction

Start learning Rust with a quick overview and Hello World.

Read time: 1 min • Words: 43
My Progress

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.