# 100 exercises to learn Rust [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) 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](https://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](LICENSE) for details. ## Contributing Please be sure to review `100-exercises-to-learn-rust` [contributing guidelines](CONTRIBUTING.md) to learn how to help the project. ## Credits The materials are based on the original course [100-exercises-to-learn-rust](https://github.com/mainmatter/100-exercises-to-learn-rust) written by [Luca Palmieri](https://www.lpalmieri.com/)!