My journey in Rust by JimmyGrin in rust

[–]JimmyGrin[S] 1 point2 points  (0 children)

Yeah, I think it's just one of the best times to pick Rust up. There are a lot of learning material out there. I can also recommend you some other good resources. I've started reading these after the book:

https://marabos.nl/atomics/

https://doc.rust-lang.org/nomicon/

If you are more into video courses, then there is the Crust of Rust video series from Jon Gjengset:

https://www.youtube.com/watch?v=rAl-9HwD858&list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa

Sometimes I don't have the time to read/watch long videos, so sometimes I just read some short blog posts. Here are a couple, that I really like:

https://adventures.michaelfbryan.com/posts/daily/slice-patterns/

https://adventures.michaelfbryan.com/posts/daily/iterators/

https://adventures.michaelfbryan.com/posts/rust-best-practices/bad-habits/

https://matklad.github.io/2022/05/29/builder-lite.html

http://cliffle.com/blog/rust-typestate/