Welcome to Rust Practice – a curated collection of projects, exercises, and code snippets from my journey learning Rust. This repository showcases how I'm exploring Rust's powerful features, from memory safety to fearless concurrency.
This repo is a hands-on log of my Rust learning experience. It includes:
- 📚 Basic syntax experiments
- 🧠 Ownership, borrowing, and lifetimes practice
- 🛠️ CLI tools and mini-apps
- 🔗 Trait and generics implementations
- 🧵 Concurrency and async Rust examples
- 📦 Crate usage and ecosystem exploration
Each folder represents a focused practice area or a mini-project.