From e3bc581d0362a381aa38dfc6d46e38de1ba19c68 Mon Sep 17 00:00:00 2001 From: sunface Date: Sat, 26 Feb 2022 09:56:55 +0800 Subject: [PATCH] update project infos --- Readme.md | 26 +++++++++++++------------- en/src/why-exercise.md | 37 +++++++++++++++++++++++-------------- zh-CN/Readme.md | 2 +- zh-CN/src/why-exercise.md | 2 +- 4 files changed, 38 insertions(+), 29 deletions(-) diff --git a/Readme.md b/Readme.md index 3315038..abf06f2 100644 --- a/Readme.md +++ b/Readme.md @@ -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 Rust,this 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 : diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index e31344d..39f24c5 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -1,23 +1,29 @@ -# About exercise.rs -> 中文版阅读地址 [传送门](https://zh.exercise.rs) +# Rust By Practice -Greetings and welcome to `exercise.rs`, If you have the following problems: +> 中文版[传送门](https://zh.exercise.rs) -- 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 +- Online Reading: [https://exercise.rs](https://exercise.rs) -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 Rust,this will help you fill the gap of easy-to-learn and hard-to-use. +Greetings Rustaceans and welcome here, if you have the following problems: -## About exercises -- You can edit exercise online and then run it online too -- **Your only gola is make every exercise comipile with NO ERRORS!** +- 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 + +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. + +In a word, this book will try to help you filling the gap between easy-to-learn and hard-to-use. + +## 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. -Every exercise you have contributed will be annotated with your nickname and personal link, it's time to show yourself to the world! + +## Contributing +We welcome all kinds of contributors. + +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 : @@ -38,3 +44,6 @@ Another limit for rustlings is that you have to download rustlings to local mach - 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 college,so quliaty is the most important factor + + + diff --git a/zh-CN/Readme.md b/zh-CN/Readme.md index 7394ba0..c348339 100644 --- a/zh-CN/Readme.md +++ b/zh-CN/Readme.md @@ -1,4 +1,4 @@ -# Rust 练习题 +# Rust By Practice - English: [https://exercise.rs](https://exercise.rs) - 简体中文: [https://zh.exercise.rs](https://zh.exercise.rs) diff --git a/zh-CN/src/why-exercise.md b/zh-CN/src/why-exercise.md index bbd6770..704929c 100644 --- a/zh-CN/src/why-exercise.md +++ b/zh-CN/src/why-exercise.md @@ -1,4 +1,4 @@ -# 关于 exercise.rs +# Rust By Practice > 英文版 [传送门](https://exercise.rs) 欢迎大家来到 `exercise.rs`,在来到这里之前不知道你有没有碰到过以下问题: