add Vectors

This commit is contained in:
sunface 2022-03-07 22:14:39 +08:00
parent a49441eff3
commit a3dcd533e6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
### 2022-03-07
- Add [Strings](https://practice.rs/collections/string.html)
- Add [Vectors](https://practice.rs/collections/vector.html)
### 2022-03-06

View File

@ -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-07: Add [Strings](https://practice.rs/collections/string.html)
> 🎊 Updated on 2022-03-07: Add [Vectors](https://practice.rs/collections/vector.html)
## Read online