upate readme.md

This commit is contained in:
sunface
2022-02-28 15:32:11 +08:00
parent 0d1967c505
commit 6bb46ea26d
3 changed files with 25 additions and 33 deletions

View File

@ -78,4 +78,5 @@
- [Future](async/future.md)
- [Pin and Unpin](async/pin-unpin.md)
- [Stream](async/stream.md)
- [Stand Library todo](std/intro.md)

View File

@ -4,7 +4,7 @@
- Online Reading: [https://practice.rs](https://practice.rs)
Greetings Rustaceans and welcome here if you have the following problems:
Greetings and welcome here if you have the following problems:
- You have learned basics of Rust, and want to learn more, e.g do some exercises, but found easy ones
- Practice Rust toolchains, std, ascyn/.await and more