From 5cb059925a163b69b7657c4585830b5cfdf46f55 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 10 Mar 2022 11:06:52 +0800 Subject: [PATCH] add type conversions - From/Into --- ChangeLog.md | 5 +++++ Readme.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2268dcb..9642c0d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog +### 2022-03-10 + +- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html) + + ### 2022-03-09 - Translate several English chapters to Chinese diff --git a/Readme.md b/Readme.md index 3c511ac..e1f6bd2 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-09: Add [Type conversions - As](https://practice.rs/type-conversions/as.html) +> 🎊 Updated on 2022-03-09: Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html) ## Read online