From e2a380da52132203819405b7a76ecf58ee97a81a Mon Sep 17 00:00:00 2001 From: sunface Date: Mon, 14 Mar 2022 21:23:32 +0800 Subject: [PATCH] add chapter [Advanced use and pub] --- ChangeLog.md | 1 + Readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 284b904..e6334b3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/Readme.md b/Readme.md index 2514fd5..ef91f90 100644 --- a/Readme.md +++ b/Readme.md @@ -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