From b43cd50396c7d3cc73740f638907cd140340d31d Mon Sep 17 00:00:00 2001 From: sunface Date: Mon, 14 Mar 2022 15:39:48 +0800 Subject: [PATCH] Add [Package and Crate] --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1b2a612..2514fd5 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-11: Add [Result and ?](https://practice.rs/result-panic/result.html) +> 🎊 Updated on 2022-03-14: Add [Package and Crate](https://practice.rs/crate-module/crate.html) ## Reading online