Hello there! 👋 Welcome to my Learn Rust project! This repository is packed with fun examples and exercises that I'm doing to learn Rust.
Here's a quick overview of what you'll find in this repository:
basics/: This folder contains a simple number guessing game that helped me get started with Rust basics.temp_conversion/: Here, I practiced working with enums and user input by building a temperature conversion program.
If you'd like to follow along or try out the examples yourself, here's how you can get started!
First, you'll need to have Rust installed on your machine. You can follow the instructions on the official Rust website to get Rust set up.
Next, clone this repository to your local machine. Open your terminal and run:
git clone https://github.com/your-username/learn_rust.git
cd learn_rust