add Panics

This commit is contained in:
sunface 2022-03-10 16:23:50 +08:00
parent 29cc9e92c3
commit 78657bf722
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)
- Add [Type conversions - Others](https://practice.rs/type-conversions/others.html)
- Add [Panics](https://practice.rs/result-panic/panic.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 - Others](https://practice.rs/type-conversions/from-into.html)
> 🎊 Updated on 2022-03-10: Add [Panics](https://practice.rs/result-panic/panic.html)
## Reading online