From ebdfc54170401d94dde8737c70d7799cc3ae5c2c Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:46:47 -0500 Subject: [PATCH] feat: add rust hashing cheat sheet --- draft/2025-11-12-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-12-this-week-in-rust.md b/draft/2025-11-12-this-week-in-rust.md index 86317b91b..c22304992 100644 --- a/draft/2025-11-12-this-week-in-rust.md +++ b/draft/2025-11-12-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Rust Hashing Cheat Sheet](https://bd103.github.io/blog/2025-11-10-rust-hashing-cheat-sheet/) + ### Research ### Miscellaneous