Introduction

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

Rust is a modern language aiming to be as fast and expressive as C++ without memory-unsafety

Notable users:

This presentation is generated using a Rust tool. The editable code examples are powered by https://play.rust-lang.org/.