The solutions are for rustlings release v5.2.1. Other version solutions can be found from this repo branches.
Please create an issue if you want updated version of solutions.
Latest and original rustlings repo is here. rust-lang/rustlings
Alternatively, for a first-time Rust learner, there are several other resources:
- The Book - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!
- Rust By Example - Learn Rust by solving little exercises! It's almost like
rustlings
, but online