100 exercises to learn Rust 
Greetings and welcome to 100 exercises to learn Rust.
This project contains small exercises to get you used to reading and writing Rust code.
This includes reading and responding to compiler messages!
About This Project
This project serves as a comprehensive, hands-on learning course for Rust, available at rust-exercises.com/100-exercises. It is designed to provide an in-IDE learning experience, intended to be used as a RustRover plugin. This integration allows for interactive challenges, real-time feedback, and guided practice directly within your development environment.
License
100-exercises-to-learn-rust is distributed under the terms of the Apache License (Version 2.0). See LICENSE file for details.
Contributing
Please be sure to review 100-exercises-to-learn-rust contributing guidelines to learn how to help the project.
Credits
The materials are based on the original course 100-exercises-to-learn-rust written by Luca Palmieri!