Skip to content

Welcome to my Rust programming repository! This collection contains university projects showcasing my journey into systems programming and application development using Rust.

License

Notifications You must be signed in to change notification settings

DespotS/Rust_projects

Repository files navigation

University Rust Projects

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.

Contents

  • 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.

Getting Started

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

Project Details

Guessing Game

  • Description: A beginner-friendly project that demonstrates basic Rust concepts such as variables, loops, and user input.
  • How to Run: Execute cargo run in the guessing_game directory.

Prerequisites

  • Rust (latest stable version)
  • Cargo (comes with Rust installation)

Contributing

Feel free to contribute by submitting pull requests or issues. Whether it's improving existing projects or adding new ones, collaboration is welcome!

License

This repository is licensed under the MIT License. See the LICENSE file for more details.


About

Welcome to my Rust programming repository! This collection contains university projects showcasing my journey into systems programming and application development using Rust.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published