https://github.com/shivankk26/my-rust-journey
Welcome to my Rust Learning Journey repository! 🚀 This repository is designed to share my daily progress as I embark on a journey to learn Rust. Whether you're new to programming or an experienced developer exploring Rust for the first time, this repository is meant to be a beginner-friendly resource.
https://github.com/shivankk26/my-rust-journey
cargo cargo-plugin git github-actions github-config gitignore rust rust-cheat rust-lang
Last synced: 2 months ago
JSON representation
Welcome to my Rust Learning Journey repository! 🚀 This repository is designed to share my daily progress as I embark on a journey to learn Rust. Whether you're new to programming or an experienced developer exploring Rust for the first time, this repository is meant to be a beginner-friendly resource.
- Host: GitHub
- URL: https://github.com/shivankk26/my-rust-journey
- Owner: ShivankK26
- Created: 2023-12-19T15:06:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T19:42:55.000Z (over 2 years ago)
- Last Synced: 2025-01-09T06:22:28.896Z (over 1 year ago)
- Topics: cargo, cargo-plugin, git, github-actions, github-config, gitignore, rust, rust-cheat, rust-lang
- Language: Rust
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Learning Journey Repository
Welcome to my Rust Learning Journey repository! 🚀
This repository is designed to share my daily progress as I embark on a journey to learn Rust. Whether you're new to programming or an experienced developer exploring Rust for the first time, this repository is meant to be a beginner-friendly resource.
## How to Use This Repository
### Folder Structure
- Each day's code is organized into a dedicated folder (e.g., `Day_1`, `Day_2`, etc.).
- Inside each folder, you'll find the Rust source code files along with any additional resources or notes.
### Daily Progress
- **Day 1:** Introduction to Rust, installation, and basic syntax.
- **Day 2:** Exploring variables, data types, and basic control flow.
- **Day 3:** Functions, ownership, and borrowing.
- ...and so on.
## Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/YourUsername/My-Rust-Journey.git
cd Day_1
```
2. **Explore the Codebase:**
Navigate to the `Day_1` directory (or the latest day) and explore the Rust code files. Each file contains comments and explanations to guide you through the learning process.
3. **Run the Code:**
If applicable, try running the Rust code using the Cargo package manager for more complex projects.
4. **Contribute and Ask Questions:**
Feel free to contribute by adding your own solutions or improvements. If you have questions or need clarification, open an issue. Let's learn together!
## Learning Rust
- If you're new to Rust, check out the [official Rust documentation](https://www.rust-lang.org/learn).
- Explore the Rust community on forums like [users.rust-lang.org](https://users.rust-lang.org/) and [r/rust](https://www.reddit.com/r/rust/).
## Contributions
Contributions are highly encouraged! Whether you're fixing a bug, adding a new feature, or improving documentation, your input is valuable. Please refer to the [Contribution Guidelines](CONTRIBUTING.md) for more details.
Happy coding and enjoy your Rust learning journey! 🦀✨