mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
update changelog.md
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
# ChangeLog
|
||||
|
||||
### 2022-03-07
|
||||
|
||||
- Add [Strings](https://practice.rs/collections/string.html)
|
||||
|
||||
|
||||
### 2022-03-06
|
||||
|
||||
- Add [Advanced Traits](https://practice.rs/generics-traits/advanced-traits.html)
|
||||
-
|
||||
|
||||
### 2022-03-05
|
||||
|
||||
- Add [Trati object](https://practice.rs/generics-traits/trait-object.html)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
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 compile without ERRORS and Panics !
|
||||
|
||||
> 🎊 Updated on 2022-03-06: Add [Advanced Traits](https://practice.rs/generics-traits/advanced-traits.html)
|
||||
> 🎊 Updated on 2022-03-07: Add [Strings](https://practice.rs/collections/string.html)
|
||||
|
||||
## Read online
|
||||
|
||||
|
1
zh-CN/src/generics-traits/advanced-traits.md
Normal file
1
zh-CN/src/generics-traits/advanced-traits.md
Normal file
@ -0,0 +1 @@
|
||||
# 进一步深入特征
|
Reference in New Issue
Block a user