Update Readme.md

This commit is contained in:
Sunface 2022-03-05 08:44:09 +08:00 committed by GitHub
parent 1000a3dc6e
commit 2b7cb61388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,12 @@
This book was designed for easily diving into Rustand it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics !
> 🎊 Updated on 2022-03-05: Add [Traits chapter](https://practice.rs/generics-traits/traits.html) and solutions
> 🎊 Updated on 2022-03-05: Add [Traits](https://practice.rs/generics-traits/traits.html)
## Read online
- [English](https://practice.rs)
- [Chinsese](https://zh.practice.rs)
## Features
@ -15,11 +20,11 @@ This book was designed for easily diving into Rustand it's very easy to use:
- Solution for each exercise
- Difficulty from easy to super hard: easy 🌟 medium 🌟🌟 hard 🌟🌟🌟 super hard 🌟🌟🌟🌟
- Both [English](https://practice.rs) and [Chinsese](https://zh.practice.rs) are supported
> Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for the great works you have been done!
> Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for your great works!
>
> BTW, we also has our own secret weapons :)
## Some of our exercises