Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

50 Rust Projects 🦀

A personal journey to master the Rust programming language by building 50 projects, ranging from simple scripts to complex systems utilities.

Progress

📂 Project Structure

This repository is organized as a Cargo Workspace. All projects share a single target directory to save disk space and compilation time.

How to Run a Project

Since this is a workspace, you must specify which package to run using the -p flag:

# General syntax
cargo run -p <project-name>

# Example
cargo run -p guessing-game-02

About

This is repository contains 50 basic/intermediate rust projects designed for learning rust

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages