From 209f748a688afd3bc01002f60e9bdc599f8574ae Mon Sep 17 00:00:00 2001 From: sunface Date: Sun, 27 Feb 2022 20:34:54 +0800 Subject: [PATCH] update readme.md --- Readme.md | 3 +-- en/src/SUMMARY.md | 2 +- en/src/why-exercise.md | 7 +++---- zh-CN/src/SUMMARY.md | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index be86c95..641a704 100644 --- a/Readme.md +++ b/Readme.md @@ -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 exercises,specially for the hard part of Rust,e.g lifetime、smart pointers、threads 、async/.await etc +- more topics and exercises,specially for the hard part of Rust,e.g string, lifetime, smart pointers, threads and async/.await etc - difficulty from easy to hard,it 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 college,so quliaty is the most important factor - real practices diff --git a/en/src/SUMMARY.md b/en/src/SUMMARY.md index 07009db..49c931a 100644 --- a/en/src/SUMMARY.md +++ b/en/src/SUMMARY.md @@ -13,7 +13,7 @@ - [Compound Types doing](compound-types/intro.md) - [string](compound-types/string.md) - [array](compound-types/array.md) - - [slice todo](compound-types/slice.md) + - [slice](compound-types/slice.md) - [tuple todo](compound-types/tuple.md) - [struct todo](compound-types/struct.md) - [enum todo](compound-types/enum.md) diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index 1ca176d..5d158bc 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -39,11 +39,10 @@ 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,`practice.rs` has some small advantages in : -- more topics and exercises,specially for the hard part of Rust,e.g lifetime、smart pointers、threads 、async/.await etc +- more topics and exercises,specially for the hard part of Rust,e.g string, lifetime, smart pointers, threads and async/.await etc - difficulty from easy to hard,it will minimize the gap between learning and using in projects -- up-to-date, e.g features which added in Rust 1.58 also have the corresponding exercises in `practice.rs` -- Both `course.rs` and `practice.rs` are designed according to the CS courses in college,so quliaty is the most important factor -- real practice +- up-to-date, e.g features which added in Rust 1.59 also have the corresponding exercises in `practice.rs` +- real practices diff --git a/zh-CN/src/SUMMARY.md b/zh-CN/src/SUMMARY.md index 3586eab..60ef009 100644 --- a/zh-CN/src/SUMMARY.md +++ b/zh-CN/src/SUMMARY.md @@ -13,7 +13,7 @@ - [复合类型 doing](compound-types/intro.md) - [字符串](compound-types/string.md) - [数组](compound-types/array.md) - - [切片 undo](compound-types/slice.md) + - [切片](compound-types/slice.md) - [元组 undo](compound-types/tuple.md) - [结构体 undo](compound-types/struct.md) - [枚举 undo](compound-types/enum.md)