This repository contains my solutions to Rust exercises from Exercism. The goal is to practice and improve Rust programming skills by solving a variety of coding challenges.
- Each exercise is in its own directory.
- Solutions follow idiomatic Rust practices.
- Tests are included for each exercise.
- Clone the repository.
- Navigate to an exercise directory.
- Run tests with
cargo test
.
These solutions are for educational purposes.