I have a really simple plan for learning Rust:
- I read a chapter in the Rust Book
- I do the Rustlings exercises that fit the chapter's content
- I summarize my learnings
After I will have finished the Rust Book and Rustlings, I will have a look into Rust By Example, Practical Rust and Codewars.
Today I worked on the Rustlings exercise about move, primitives and structs, enums and modules, because I've already read the book chapters until chapter 8.