rust-by-practice/Readme.md

1002 B

Rust By Practice

Practice Rust with easy to hard examples, exercises and small projects.

Read it online

Why another?

Rustlings and Rust By Example are absolutely very nice, but Rust By Practice provides a little more:

  1. We have more exercises of which the difficulty is from easy to hard

  2. Covers more topics in Rust, such as async/await, threads, sync primitives and stand libraries etc

  3. Learning from small projects, for pratice

  4. Both English and Chinese are supported

How to use

  • You can edit and run the exercises online

  • The goal is to make each exercise comipile with NO ERRORS!

  • Difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟

Contributing

All kinds of contributions are welcomed, such as exercise proposing, typo and bug fixing.