From b4b451b894b63070b2991ee466f61e4dec934cf1 Mon Sep 17 00:00:00 2001 From: Carl Kadie Date: Mon, 11 Aug 2025 12:09:06 -0700 Subject: [PATCH] "Nine Rules for Generalizing Your Rust Library" (part 1) --- draft/2025-08-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 61e3973aa..6fda144b0 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -42,6 +42,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Nine Rules for Generalizing Your Rust Library: Lessons from Extending RangeSetBlaze to Maps (Part 1)](https://medium.com/@carlmkadie/nine-rules-for-generalizing-your-rust-library-part-1-9f2b08fb5df4) + ### Rust Walkthroughs ### Research