Skip to content

A collection of mini Rust projects for learning and practicing Rust programming.

Notifications You must be signed in to change notification settings

renshuucode/rust-mini-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Mini Projects

This repository is a collection of small Rust projects designed to help me learn and practice Rust programming. Each project focuses on different aspects of the language, from basic syntax to more advanced concepts like concurrency, error handling, and ownership.

Getting Started

To get started with these projects, you'll need to have Rust installed on your machine. If you haven't installed Rust yet, you can do so by following the instructions on the official Rust website.

Cloning the Repository

First, clone this repository to your local machine:

git clone https://github.com/Jalever/rust-mini-projects.git
cd rust-mini-projects

Running a Project

Each project is located in the src/bin/ directory. To run a specific project, use the following command:

cargo run --bin project1

Replace project1 with the name of the project you want to run.

Running Tests

To run the tests for a specific project, navigate to the project directory and use the following command:

cargo test

Building the Projects

To build all the projects, use the following command:

cargo build

About

A collection of mini Rust projects for learning and practicing Rust programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages