A few days ago I decided to learn Rust. I was asking my tech circles for good resources and here’s what I got:
- The Rust Programming Language Book: the “Book” is a free resource on learning Rust, also available as paperback
- ULTIMATE Rust Lang Tutorial! - Getting Started: first video of a YouTube series on going through the “Book”
- Take your first steps with Rust: free learning path by Microsoft
- Take your first steps with Rust: YouTube series by Nick Taylor
- Rustlings - a set of exercises
- Rustlings egghead.io course: paid course
- Learn Rust With Entirely Too Many Linked Lists: explains advanced concepts like the borrow checker
- Rust by Example: a collection of runnable examples that illustrate various Rust concepts and standard libraries
- The Rust Programming Language: paid course by Richard Feldman