
Why Rust?
A high-level overview of why Rust exists, the problems it solves around memory and concurrency, and the design values that set it apart from other languages
Rust Installation and Setup
How to install Rust on any operating system, verify your toolchain, write your first Rust program, and start using Cargo to build projects
A Tour of Rust
A quick walkthrough of Rusts syntax and features by writing a function, building a simple web server, and exploring concurrency