update project infos

This commit is contained in:
sunface
2022-02-26 09:56:55 +08:00
parent 6859ae0052
commit e3bc581d03
4 changed files with 38 additions and 29 deletions

View File

@ -1,27 +1,27 @@
# Rust exercise ([中文 Readme](./zh-CN/Readme.md))
# Rust By Practice ([中文 Readme](./zh-CN/Readme.md))
- English: [https://exercise.rs](https://exercise.rs)
- 简体中文: [https://zh.exercise.rs](https://zh.exercise.rs)
- Online Reading: [https://exercise.rs](https://exercise.rs)
Greetings Rustaceans and welcome here if you have the following problems:
Greetings and welcome to `exercise.rs` 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
- Have no idea of what to do next, maybe you tried writing a demo /project, but... not that good or even worse: failed
- 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
Maybe you have come to the right place. Here are lots of easy to hard exercises and practices to improve your Rust skills which cover almost every topic in Rust.
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.
In a word, this book will try to help you filling the gap between easy-to-learn and hard-to-use.
## About exercises
- You can edit exercise online and then run it online too
- **Your only gola is make every exercise comipile with NO ERRORS!**
## How to use
- You can edit exercises online and also run it online
- **Your only goal is make every exercise comipile with NO ERRORS!**
- difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟
## Contributing
We welcome all kinds of contributors, especially ones who has precious exercises.
We welcome all kinds of contributors.
Every exercise you have contributed will be annotated with your nickname and personal link, it's time to show yourself to the world!
Every exercise you have contributed will be annotated with your github name 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 :