https://github.com/deffstudio/rust-exercises
This repository showcases my Rust programming exercises, with a focus on small, hands-on projects that explore various Rust concepts. From basic data structures to advanced features like async programming and error handling, each exercise contributes to my journey toward mastering Rust.
https://github.com/deffstudio/rust-exercises
rust-lang rust-library rustlang
Last synced: 5 months ago
JSON representation
This repository showcases my Rust programming exercises, with a focus on small, hands-on projects that explore various Rust concepts. From basic data structures to advanced features like async programming and error handling, each exercise contributes to my journey toward mastering Rust.
- Host: GitHub
- URL: https://github.com/deffstudio/rust-exercises
- Owner: deffstudio
- Created: 2024-09-01T16:43:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:05:02.000Z (over 1 year ago)
- Last Synced: 2024-10-26T00:36:40.120Z (over 1 year ago)
- Topics: rust-lang, rust-library, rustlang
- Language: Rust
- Homepage:
- Size: 2.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news-scraper/.gitignore
Awesome Lists containing this project
README
# Rust Exercises 🦀
This repository contains my Rust programming exercises, focusing on small projects that help deepen my understanding of the language and its ecosystem. Each project tackles various fundamental and advanced concepts in Rust, ranging from data structures and algorithms to async programming, error handling, and system-level programming.
Feel free to explore the exercises, check out the solutions, and follow along as I progress in mastering Rust.
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)
This repository is your companion for daily Rust practice, focusing on the practical application of algorithms and data structures. We'll delve into core computer science concepts and translate them into real-world scenarios, making your learning journey both engaging and impactful.
Expect bite-sized exercises that progressively build your proficiency in Rust, covering a wide array of algorithms and data structures. From linked lists and trees to sorting and searching, each exercise will challenge you to think critically and code effectively.
I'm committed to updating this repository daily with new and exciting exercises. Feel free to contribute your own implementations, suggest improvements, or request specific topics you'd like to explore. Let's learn, grow, and have fun with Rust together!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Prerequisites
- **Rust**: Ensure you have Rust and Cargo installed. If not, follow the instructions at [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)
Add notes about how to use the system.