mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add type conversions - Others
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
### 2022-03-10
|
### 2022-03-10
|
||||||
|
|
||||||
- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)
|
- 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
|
### 2022-03-09
|
||||||
|
|
||||||
|
@ -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 !
|
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
|
## Reading online
|
||||||
|
|
||||||
|
1
src/type-conversions/intro.md
Normal file
1
src/type-conversions/intro.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Type Conversion
|
Reference in New Issue
Block a user