Skip to content

gauravaroracs/learnRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust Learning Journey

Rust Learning Last Commit

A collection of Rust projects and exercises from my learning path.

What's inside

  • 100-exercises-to-learn-rust/ — structured exercises and the accompanying book content
  • self_code_practice/ — smaller experiments and practice snippets

Getting started

Each folder is its own Cargo project. Example:

cd self_code_practice
cargo run

Learning goals

  • Build fluency with core Rust syntax and ownership
  • Practice real-world patterns (error handling, traits, collections)
  • Grow a portfolio of small, runnable examples

Sample output

$ cargo run
Hello from my Rust practice project!

Notes

  • Build artifacts are ignored (target/).
  • Feel free to explore individual projects independently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors