rustlings
Small exercises to get you used to reading and writing Rust code
...And also, Rust By Example, to learn Rust by solving little exercises! It's almost like rustlings, but online. You will need to have Rust installed. The exercises are sorted by topic and can be found in the subdirectory rustlings/exercises/<topic>. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start. The task is simple. Most exercises contain an error that keeps them from compiling, and it's up to you to fix it! ...