update readme.md

This commit is contained in:
sunface
2022-03-04 17:59:59 +08:00
parent 029fdd1a24
commit 5463a95d4e
4 changed files with 87 additions and 0 deletions

View File

@ -12,6 +12,9 @@ This book was designed for easily diving into Rustand it's very easy to use:
- 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 doing!
## Some of our exercises
🌟🌟🌟 Tuple struct looks similar to tuples, it has added meaning the struct name provides but has no named fields. It's useful when you want give the whole tuple a name, but don't care the fields's names.