Welcome to the repository for my university projects developed using the Rust programming language! This collection showcases various assignments, experiments, and applications created as part of my coursework.
guessing_game
: A simple number guessing game built with Rust.project_1
: [Description of this project, e.g., a CLI tool or a web application].- Additional folders will be added as new projects are completed.
To run any project in this repository, ensure you have Rust installed. You can install Rust using Rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Once installed, navigate to the desired project directory and use Cargo to build and run it:
cd
cargo run
- Description: A beginner-friendly project that demonstrates basic Rust concepts such as variables, loops, and user input.
- How to Run: Execute
cargo run
in theguessing_game
directory.
- Rust (latest stable version)
- Cargo (comes with Rust installation)
Feel free to contribute by submitting pull requests or issues. Whether it's improving existing projects or adding new ones, collaboration is welcome!
This repository is licensed under the MIT License. See the LICENSE
file for more details.