From 94ef2b389a5493d18446f59420ed8657fa147c9f Mon Sep 17 00:00:00 2001 From: yevh Date: Wed, 25 Jun 2025 16:49:46 +0200 Subject: [PATCH 1/2] Update 2025-06-25-this-week-in-rust.md --- draft/2025-06-25-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-06-25-this-week-in-rust.md b/draft/2025-06-25-this-week-in-rust.md index 9d9ce4675..df99852ba 100644 --- a/draft/2025-06-25-this-week-in-rust.md +++ b/draft/2025-06-25-this-week-in-rust.md @@ -46,6 +46,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [The Complete Rust Security Handbook](https://yevh.github.io/rust-security-handbook/) – 10-chapter guide to type-safety, panic-proofing, overflow traps & Web3 security. + ### Research ### Miscellaneous From 0501b126e4999ffa943bbcf20a31e24224f04883 Mon Sep 17 00:00:00 2001 From: Ben Dillon <146687321+bdillo@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:16:43 -0700 Subject: [PATCH 2/2] formatting --- draft/2025-06-25-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-06-25-this-week-in-rust.md b/draft/2025-06-25-this-week-in-rust.md index df99852ba..dbce35d77 100644 --- a/draft/2025-06-25-this-week-in-rust.md +++ b/draft/2025-06-25-this-week-in-rust.md @@ -46,7 +46,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [The Complete Rust Security Handbook](https://yevh.github.io/rust-security-handbook/) – 10-chapter guide to type-safety, panic-proofing, overflow traps & Web3 security. +* [The Complete Rust Security Handbook](https://yevh.github.io/rust-security-handbook/) ### Research