From 19874890a01af6bebded23dad33f284b751b8e1f Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 3 Mar 2022 14:03:57 +0800 Subject: [PATCH] update readme.md --- Readme.md | 4 +++- src/why-exercise.md | 36 +++++++----------------------------- 2 files changed, 10 insertions(+), 30 deletions(-) diff --git a/Readme.md b/Readme.md index da0ae1d..a739da8 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,9 @@ This book was designed for easily diving into Rust,and it's very easy to use: - Covering nearly all aspects of Rust, such as **async/await, threads, sync primitives, optimizing and stand libraries** etc - Solutions - Difficulty from easy to super hard: easy 🌟 medium 🌟🌟 hard 🌟🌟🌟 super hard 🌟🌟🌟🌟 -- Both English and Chinese are supported +- Both [English](https://practice.rs) and [Chinsese](https://zh.practice.rs) are supported + + ## ToC - [Variables](src/variables.md) diff --git a/src/why-exercise.md b/src/why-exercise.md index c30154b..ad017de 100644 --- a/src/why-exercise.md +++ b/src/why-exercise.md @@ -1,38 +1,16 @@ # Rust By Practice - -Practice Rust with easy to hard examples, exercises and small projects. +This book was designed for easily diving into Rust,and it's very easy to use: All you need to do is to make each exercise comipile without ERRORS and Panics ! ## Read it online - [English](https://practice.rs) - [Chinsese](https://zh.practice.rs) -## Why another? - -[Rustlings](https://github.com/rust-lang/rustlings) and [Rust By Example](https://github.com/rust-lang/rust-by-example) are absolutely very nice, but we provides a little more: - -1. We have more exercises of which the difficulty is from easy to hard - -2. Covers more topics in Rust, such as **async/await, threads, sync primitives, optimizing and stand libraries** etc - -3. Learning from small projects, for pratice - -4. Both English and Chinese are supported - -## How to use - -- You can edit and run the exercises online -- **The goal is to make each exercise comipile with NO ERRORS and Panics !** - -- Difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟 +## Features - -## Contributing - -All kinds of contributions are welcomed, such as exercise proposing, typo and bug fixing. - - -## Buy me a ... 🌟? - -Fo us, a github star will be better than a cup coffee, and it only costs you 0 cents :) \ No newline at end of file +- There are three parts in each chapter: examples, exercises and practices +- Covering nearly all aspects of Rust, such as **async/await, threads, sync primitives, optimizing and stand libraries** etc +- Solutions +- Difficulty from easy to super hard: easy 🌟 medium 🌟🌟 hard 🌟🌟🌟 super hard 🌟🌟🌟🌟 +- Both English and Chinese are supported \ No newline at end of file