Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 993 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 993 Bytes

Rust Learning Journey 🦀

Welcome to my Rust learning repository. This space captures my journey as I delve into the exciting world of Rust programming.

Learning Resources

I'm relying on the following resources to enhance my Rust skills:

How to Run the Code

If you want to try out any of the code snippets or projects:

  1. Pull the code from repo to your local directory
  2. then run these commands in your local terminal
cargo build
cargo run

Feel free to explore the code and provide feedback. I'm open to suggestions and collaboration!

Happy coding! 🚀