This is a collection of links to resources I used to learn Rust
- The Rust Book The go to getting started tutorial
- Exercism Rust Track a great place to start doing some Rust code
- No Boilerplates Youtube Channel very well put together videos explaining "Why Rust"
- No Boilerplates Rust Videos collection collection of videos that are great for beginners (these where not created when I learned Rust, but I wish they where).
- Learn Bevy if you like game development I would suggest trying out Bevy
- Embeded Rust Book if you want to use Rust for embeded, this is a good place to start
- The Rustacean Station Podcast A great Rust focused podcast that talks to developers of different Rust products
- Rust for Rustaceans Once you have the basics down, this is a great way to dive deeper
- Crust of Rust deep dive videos into different Rust subjects
Link | Comment |
---|---|
The Rust Book | The "go to" getting started tutorial |
Exercism Rust Track | A great place to start doing some Rust code |
No Boilerplates Youtube Channel | Cery well put together videos explaining "Why Rust" |
Learn Bevy | If you like game development I would suggest trying out Bevy |
Embeded Rust Book | If you want to use Rust for embeded, this is a good place to start |
The Rustacean Station Podcast | A great Rust focused podcast that talks to developers of different Rust products |
Rust for Rustaceans | Once you have the basics down, this is a great way to dive deep |
Crust of Rust | Deep dive videos into different Rust subjects |