From 818ffc2474c05cf0897fe6579b61263c8b89433e Mon Sep 17 00:00:00 2001 From: PlayCoder Date: Mon, 26 Feb 2024 06:00:32 +0800 Subject: [PATCH] add link to new rust book in free-proramming-books-zh (#11072) --- books/free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 154e96ade..641cdeb5c 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -694,6 +694,7 @@ * [通过例子学习 Rust](https://github.com/rustcc/rust-by-example/) * [Rust 官方教程](https://github.com/KaiserY/rust-book-chinese) +* [Rust 宏小册](https://zjp-cn.github.io/tlborm/) * [Rust 语言学习笔记](https://github.com/photino/rust-notes) * [RustPrimer](https://github.com/rustcc/RustPrimer) * [Tour of Rust](https://tourofrust.com/00_zh-cn.html)