Welcome to my #50DaysofRust challenge! 🚀
I joined the "50 Days of Rust" challenge to learn and grow my skills in the Rust programming language by coding every day for 50 days straight. This repository will contain my daily progress, code examples, and insights I gather throughout this journey.
- Understand the basics of the Rust programming language.
- Build small projects or solve coding challenges using Rust.
- Develop backend solutions using Rust.
- Connect with developers from different walks of life.
- Continuously expand my understanding of Rust, including advanced features like ownership, borrowing, and concurrency.
The repository is organized as follows:
📂 50DaysOfRust/
├── day01/
│ └── main.rs
│ └── README.md
├── day02/
│ └── main.rs
│ └── README.md
└── README.md
Each folder (e.g., day01
, day02
) will contain the code I write each day.
- Day 1: Set up Rust environment and wrote a simple "Hello, World!" program.
- Day 2: Explored variables, constants, and basic data types.
- Day 3: Learned about basic data types in Rust, including integers, floats, booleans, characters, strings, tuples, arrays, and vectors.
Feel free to connect and follow my journey:
Thanks for checking out my learning journey! 😊