From 2250413225da7e594b2d0e8fa3911e01f91049d4 Mon Sep 17 00:00:00 2001 From: sunface Date: Wed, 9 Mar 2022 17:10:07 +0800 Subject: [PATCH] add type conversions - as --- ChangeLog.md | 5 +++++ Readme.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1861753..2268dcb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog +### 2022-03-09 + +- Translate several English chapters to Chinese +- Add [Type conversions - As](https://practice.rs/type-conversions/as.html) + ### 2022-03-08 - Add [HashMap](https://practice.rs/collections/hashmap.html) diff --git a/Readme.md b/Readme.md index 0bc7803..3c511ac 100644 --- a/Readme.md +++ b/Readme.md @@ -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-08: Add [HashMap](https://practice.rs/collections/hashmap.html) +> 🎊 Updated on 2022-03-09: Add [Type conversions - As](https://practice.rs/type-conversions/as.html) ## Read online