mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-22 20:19:42 +00:00
update changelog.md
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
# ChangeLog
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
### 2022-03-05
|
||||
|
||||
- Add [Traits chapter](https://practice.rs/generics-traits/traits.html) and solutions
|
@ -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-05: Add [Trait object](https://practice.rs/generics-traits/trait-object.html)
|
||||
> 🎊 Updated on 2022-03-06: Add [Advanced Traits](https://practice.rs/generics-traits/advanced-traits.html)
|
||||
|
||||
## Read online
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
- [Const Generics](generics-traits/const-generics.md)
|
||||
- [Traits](generics-traits/traits.md)
|
||||
- [Trait Object](generics-traits/trait-object.md)
|
||||
- [Advance Traits](generics-traits/advanced-traits.md)
|
||||
- [Advanced Traits](generics-traits/advanced-traits.md)
|
||||
- [Collection Types todo](collections/intro.md)
|
||||
- [String](collections/string.md)
|
||||
- [Vector](collections/vector.md)
|
||||
|
Reference in New Issue
Block a user