Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 955 Bytes

File metadata and controls

29 lines (25 loc) · 955 Bytes

🚀 Rust Fundamentals

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.

📚 Topics Covered

  • Variables & Mutability
  • Ownership
  • Borrowing & References
  • Functions
  • Structs & Enums
  • Traits & Implementations
  • Error Handling

🦀 Why Rust?

  • Memory safety without a garbage collector
  • High performance and zero-cost abstractions
  • Safe concurrency and modern tooling

📎 Resources

💡 Note

This repo is meant only as a personal learning journal.
Feel free to explore, test, and adapt the examples.