add HashMap.md

This commit is contained in:
sunface 2022-03-08 16:09:48 +08:00
parent 80b810e1a5
commit 5e067a3753
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# ChangeLog
### 2022-03-08
- Add [HashMap](https://practice.rs/collections/hashmap.html)
### 2022-03-07
- Add [Strings](https://practice.rs/collections/string.html)

View File

@ -2,7 +2,7 @@
This book was designed for easily diving into and get skilled with 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 [Vectors](https://practice.rs/collections/vector.html)
> 🎊 Updated on 2022-03-08: Add [HashMap](https://practice.rs/collections/hashmap.html)
## Read online