Rust By Example

Rust is a modern systems programming language focusing on safety, speed, and concurrency. In addition to the excellent learning resources available here, Rust by Example is a great place to learn Rust through annotated example programs.

Rust by Example aims to be an introduction to the Rust programming language and a companion for you to reference as you learn Rust. Check out the first example or select a subject from the list below.

This project is heavily inspired by the amazing work of Mark McGranaghan. and Eli Bendersky on Go by Example.