mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add type conversions - as
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
### 2022-03-09
|
||||||
|
|
||||||
|
- Translate several English chapters to Chinese
|
||||||
|
- Add [Type conversions - As](https://practice.rs/type-conversions/as.html)
|
||||||
|
|
||||||
### 2022-03-08
|
### 2022-03-08
|
||||||
|
|
||||||
- Add [HashMap](https://practice.rs/collections/hashmap.html)
|
- Add [HashMap](https://practice.rs/collections/hashmap.html)
|
||||||
|
@ -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-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
|
## Read online
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user