I'm learning Rust, and here are my notes.
In each program, you'll find extensive explanations.
This will be a long journey. So I suggest you watching this repository for updates.
- Install Rust
- First Program
- First Cargo Program
- Guessing Game
- Basics
- Ownership & Borrowing
- Structs: Organizing Data
- Methods: OOP Rust
- Enums: Another way to organize data
- Match Expressions
- Packages
- Collection Types