add en/string.md

This commit is contained in:
sunface
2022-02-27 13:01:40 +08:00
parent e3bc581d03
commit f7099ea297
18 changed files with 367 additions and 47 deletions

View File

@ -1,8 +1,8 @@
# Rust By Practice
> 中文版[传送门](https://zh.exercise.rs)
> 中文版[传送门](https://zh.practice.rs)
- Online Reading: [https://exercise.rs](https://exercise.rs)
- Online Reading: [https://practice.rs](https://practice.rs)
Greetings Rustaceans and welcome here if you have the following problems:
@ -37,13 +37,13 @@ If you are a first-time Rust learner, here are some high quality learning resour
Another limit for rustlings is that you have to download rustlings to local machine and compile it first before starting to learn.
## 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 :
[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 exercisesspecially for the hard part of Ruste.g lifetime、smart pointers、threads 、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.58 also have the corresponding exercises in `exercise.rs`
- Both `course.rs` and `exercise.rs` are designed according to the CS courses in collegeso quliaty is the most important factor
- 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 collegeso quliaty is the most important factor
- real practice