Skip to content

Dushyanthyadav/50-rust-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors