Skip to content

Up-to-date solutions of rustlings exercises.

License

Notifications You must be signed in to change notification settings

nazmi/rustlings-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rustlings Solutions

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.

rustlings 🦀❤️

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