From 7bd8754cb5ff77bb5e08a6a52a4f1763f5540be1 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 Jul 2022 17:21:15 +0800 Subject: [PATCH] Add a new book MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a new book, The Rust way of programming (Rust 编程之道), A Chinese Rust programming book. Helps Rust learners build a comprehensive Rust knowledge architecture. --- content/resources/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/resources/_index.md b/content/resources/_index.md index 6a7fef0..a1711f1 100644 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -16,6 +16,12 @@ title = "Books" author = "Jim Blandy, Jason Orendorff, and Leanora F. S. Tindall" url = "https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/" description = "Comprehensive Rust textbook with an emphasis on systems programming." + + [[extra.categories.resources]] + title = "The Rust way of programming (Rust 编程之道)" + author = "Handong Zhang (张汉东)" + url = "https://item.jd.com/12479415.html" + description = "A Chinese Rust programming book. Helps Rust learners build a comprehensive Rust knowledge architecture." [[extra.categories]] title = "Exercises"