Exercises
Time to put your new knowledge in action solving some exercises.
-
Exercism.io
Register a new account on exercism.io (using github auth)
Install exercism command line client on your computer
Solve some exercises: https://www.exercism.io/languages/rust/ -
Rust Playground
Run Live Rust Code in the browser with https://play.rust-lang.org/ -
Rustlings Small exercises to get you used to reading and writing Rust code. Clone the repo and follow the guide. This is a great way to get used to dialogue with the compiler. Interactive rust exercises: https://github.com/rust-lang/rustlings