Summary:
I wouldn't call today productive. I spend a big part of the day setting up the blog itself, so I didn't have a lot of time left for a proper learning session. I feel like I am stuck in some sort of a 'tutorial hell'. That stuff I am going through over and over is extremely obvious to others. But I think it is necessary to go over basics until they click properly.
Rust by Practice:
I add the key takeaways inside the commit descriptions.
- 6.1: Compound Types - string
- 6.2: Compound Types - array
- 6.3: Compound Types - slice
- 6.4: Compound Types - tuple
- 6.5: Compound Types - struct
- 6.6: Compound Types - enum
- 7: Flow Control