Exploring and learning Rust through mini-projects.
This repository is a personal collection of small Rust programs created to practice and improve my Rust skills. Each mini-project demonstrates a specific concept or feature of the Rust programming language.
- A simple starter program that prints "Hello, world!" to the console.
- Location:
helloworld/
- A command-line game where the player attempts to guess a randomly generated number.
- Includes multiple variations:
- Language: Rust
- Build System: Makefile
This repository is under active development. More projects and improvements will be added over time.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is open-source and available under the MIT License.