mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
580 B
580 B
Rust By Practice
This book was designed for easily diving into Rust,and it's very easy to use: All you need to do is to make each exercise comipile without ERRORS and Panics !
Features
- There are three parts in each chapter: examples, exercises and practices
- Covering nearly all aspects of Rust, such as async/await, threads, sync primitives, optimizing and stand libraries etc
- Solutions
- Difficulty from easy to super hard: easy 🌟 medium 🌟🌟 hard 🌟🌟🌟 super hard 🌟🌟🌟🌟
- Both English and Chinese are supported