# Learning Rust A repository for learning and experimenting with the Rust programming language. This project contains examples and thinkering to the Rust's fundamentals from the ground and potentially moving to the more interesting aspects like memory handling and concurrency. ## To use 1. Install Rust and Cargo by following the instructions at [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install). a. If on windows: Do concider the WSL option, especially if you are already running it. 3. Clone this repository: ```bash git clone https://github.com/yourusername/learning-rust.git cd learning-rust Happy day to you!