Back to blog
Mar 13, 2024
1 min read

Favorite Rust Learning Resource

Finally found a hands on Rust resource I enjoy.

I finally stumbled across the type of Rust learning resource I was hoping for.

Rust is differnet enough from other languages I’ve used that I wanted something that was more explicit in explanation but also very hands on. Before now I felt I could only find something that was one or the other.

”100 Exercies To Learn Rust” scratches the itch I was looking for. Well written but not too much reading, hands on, and very incremental.

Here’s the site: https://rust-exercises.com/01_intro/00_welcome

And here’s the Github repo: (https://github.com/mainmatter/100-exercises-to-learn-rust)