update readme.md

This commit is contained in:
sunface
2022-02-27 20:34:54 +08:00
parent 17f94a2a22
commit 209f748a68
4 changed files with 6 additions and 8 deletions

View File

@ -37,9 +37,8 @@ Another limit for rustlings is that you have to download rustlings to local mach
## difference to rust by example
[Rust By Example](https://doc.rust-lang.org/stable/rust-by-example/) is an excellent online book for learning Rust`exercise.rs` has some small advantages in :
- more topics and exercisesspecially for the hard part of Ruste.g lifetimesmart pointersthreads async/.await etc
- more topics and exercisesspecially for the hard part of Ruste.g string, lifetime, smart pointers, threads and async/.await etc
- difficulty from easy to hardit will minimize the gap between learning and using in projects
- up-to-date, e.g features which added in Rust 1.59 also have the corresponding exercises in `practice.rs`
- Both `course.rs` and `practice.rs` are designed according to the CS courses in collegeso quliaty is the most important factor
- real practices