Introducing the Rust crash course

Kick the Tires - Rust Crash Course lesson 1

Kick the Tires - Rust Crash Course lesson 1 - exercise solutions

Basics of Ownership - Rust Crash Course lesson 2

Iterators and Errors - Rust Crash Course lesson 3

Iterators and Errors - Rust Crash Course lesson 3 - exercise solutions

Crates and more iterators - Rust Crash Course lesson 4

Crates and more iterators - Rust Crash Course lesson 4 - exercise solutions

Rule of Three - Parameters, Iterators, and Closures - Rust Crash Course lesson 5

Rule of Three - Parameters, Iterators, and Closures - Rust Crash Course lesson 5 - exercise solutions

Lifetimes and Slices - Rust Crash Course lesson 6

Lifetimes and Slices - Rust Crash Course lesson 6 - exercise solutions

Async, futures, and tokio - Rust Crash Course lesson 7

On dealing with owning and borrowing in public interfaces – phaazon.net