update readme.md

This commit is contained in:
sunface
2022-02-24 14:11:32 +08:00
parent 66ee8b6a46
commit 80bd37ba23
10 changed files with 101 additions and 8 deletions

View File

@ -9,12 +9,20 @@ Greetings and welcome to `exercise.rs` If you have the following problems:
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.
## Online Reading
This book is written in English and Chinese, you can pick up the language you are familiar with:
- English: [https://exercise.rs](https://exercise.rs)
- 简体中文: [https://zh.exercise.rs](https://zh.exercise.rs)
## About exercises
- difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟
- Everything is online: reading, editing, testing
## Contributing
We welcome all kinds of contributors, especially ones who has precious exercises.
Every exercise you have contributed will be annotated with your nickname and personal link, it's time to show yourself to the world!
## Learning Rust
If you are a first-time Rust learner, here are some high quality learning resources :
- [The Book](https://doc.rust-lang.org/book/index.html) for English speakers