add type conversions - Others

This commit is contained in:
sunface 2022-03-10 14:27:27 +08:00
parent 6ddfcf2563
commit c2ae813303
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
### 2022-03-10
- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)
- Add [Type conversions - Others](https://practice.rs/type-conversions/others.html)
### 2022-03-09

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-10: Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)
> 🎊 Updated on 2022-03-10: Add [Type conversions - Others](https://practice.rs/type-conversions/from-into.html)
## Reading online

View File

@ -0,0 +1 @@
# Type Conversion