More Rust

I have a really simple plan for learning Rust:

  1. I read a chapter in the Rust Book
  2. I do the Rustlings exercises that fit the chapter's content
  3. 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.