Other places to learn Rust
Websites
- https://tourofrust.com — A fantastic step by step overview of Rust's language features
Videos
- The Rust Lang Book by Let's Get Rusty — An in-depth guide through major laguage faeatures
- The Rust Programming Language by Crazcalm — A chapter by chapter video series of The Rust Programming Language book
Books
- The Rust Programming Language — Also known as "The Book"
- Roguelike Tutorial - In Rust — A virual copy of Hands-on Rust
Interactive Exercises
- Rustlings — A set of Rust examples with problems that you'll need to fix to progress through the exercises.