Learning Rust

I've recently started learning the programming language Rust as a hobby to broaden my horizons and progress :3

Name Chapter
Fundamentals - Data Types 1.1
Fundamentals - Variables 1.2
Fundamentals - Functions 1.3
Fundamentals - println macro 1.4
Fundamentals - Control flow using 'if' 1.5
Fundamentals - Repetition using loops 1.6
Fundamentals - Match 1.7
Demo - Comments 2.1
Demo - Basic arithmetic 2.2
Demo - Control flow with if & else 2.3
Demo - repetition using loop 2.4
Demo - Repetition using while 2.5
Demo - Enum 2.6
Lecture - Working with data - Enum 3.1

Sources:


Great video crash course

The Rust Book

The Rustlings Exercises