https://github.com/arturobeccar/rustlings-exercises
Tracking my progress and solutions through Rustlings exercises.
https://github.com/arturobeccar/rustlings-exercises
rust rustlings-solution
Last synced: 3 months ago
JSON representation
Tracking my progress and solutions through Rustlings exercises.
- Host: GitHub
- URL: https://github.com/arturobeccar/rustlings-exercises
- Owner: arturoBeccar
- License: mit
- Created: 2024-08-13T03:10:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T19:43:22.000Z (9 months ago)
- Last Synced: 2025-01-12T04:56:59.690Z (4 months ago)
- Topics: rust, rustlings-solution
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustlings Exercises 🦀
Welcome to my repository for the [Rustlings](https://github.com/rust-lang/rustlings) exercises! This project contains my solutions and progress as I work through the small exercises designed to help me learn and practice Rust.
## About Rustlings
[Rustlings](https://github.com/rust-lang/rustlings) is a collection of small exercises that help you get accustomed to reading and writing Rust code. These exercises are a great way to practice and reinforce the concepts covered in the official [Rust Book](https://doc.rust-lang.org/book/) and [Rust by Example](https://doc.rust-lang.org/rust-by-example/).
## Structure
Each folder in this repository corresponds to a different set of exercises focusing on various Rust concepts. You can follow along with my journey as I tackle each challenge, improving my Rust skills one step at a time.
## How to Use
Feel free to explore my solutions, provide feedback, or even fork this repository if you'd like to work on the exercises yourself. If you're interested in the original exercises, I highly recommend checking out the [Rustlings repository](https://github.com/rust-lang/rustlings).
## License
This repository is licensed under the MIT License, the same as the original Rustlings project.