update readme.md

This commit is contained in:
sunface 2022-02-24 16:48:20 +08:00
parent 58cb728626
commit 660398d8d7
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
Greetings and welcome to `exercise.rs` If you have the following problems:
- After learning some rust knowledge, you want to take a step: do some exercises, but found unchallenging ones
- After learning some rust knowledge, you want make further step: do some exercises, but found unchallenging ones
- Found nothing about rust toolchains, std, ascyn/.await topics
- Still have no idea of what to do next, maybe you tried writing a demo /project, but... not that good or even worse: failed
Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skillsthis will help you fill the gap of easy-to-learn and hard-to-use.
Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skills which cover almost every topic in Rustthis will help you fill the gap of easy-to-learn and hard-to-use.
## Online Reading
This book is written in English and Chinese, you can pick up the language you are familiar with:

View File

@ -3,11 +3,11 @@
Greetings and welcome to `exercise.rs` If you have the following problems:
- After learning some rust knowledge, you want to take a step: do some exercises, but found unchallenging ones
- After learning some rust knowledge, you want make further step: do some exercises, but found unchallenging ones
- Found nothing about rust toolchains, std, ascyn/.await topics
- Still have no idea of what to do next, maybe you tried writing a demo /project, but... not that good or even worse: failed
Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skillsthis will help you fill the gap of easy-to-learn and hard-to-use.
Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skills which cover almost every topic in Rustthis will help you fill the gap of easy-to-learn and hard-to-use.
## About exercises
- The only correct way: make exercise comipile with NO ERRORS!