add chapter [Advanced use and pub]

This commit is contained in:
sunface 2022-03-14 21:23:32 +08:00
parent 5690445622
commit e2a380da52
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- Add [Package and Crate](https://practice.rs/crate-module/crate.html)
- Add [Modules](https://practice.rs/crate-module/module.html)
- Add [Advanced use and pub](https://practice.rs/crate-module/use-pub.html)
### 2022-03-11

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-14: Add [Package and Crate](https://practice.rs/crate-module/crate.html)
> 🎊 Updated on 2022-03-14: Add Chapter [Crate and Module](https://practice.rs/crate-module/intro.html)
## Reading online