This repository is a personal space to document fundamental concepts and exercises from the course:
Rust 101 Crash Course: Learn Rust (6 HOURS!) + 19 Practice Exercises | Zero To Mastery.
It serves as a simple reference and practice hub during the learning journey.
- Variables & Mutability
- Ownership
- Borrowing & References
- Functions
- Structs & Enums
- Traits & Implementations
- Error Handling
- Memory safety without a garbage collector
- High performance and zero-cost abstractions
- Safe concurrency and modern tooling
This repo is meant only as a personal learning journal.
Feel free to explore, test, and adapt the examples.