From 15d4dad70f80a067eb3dcc4dde3dbfda6b0e36c2 Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Sun, 26 Jan 2025 17:33:12 +0100 Subject: [PATCH] Add Custom Equatability in Rust: Beyond the Standard Cases --- draft/2025-01-29-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-29-this-week-in-rust.md b/draft/2025-01-29-this-week-in-rust.md index 2da2d19f5..e034f998b 100644 --- a/draft/2025-01-29-this-week-in-rust.md +++ b/draft/2025-01-29-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Custom Equatability in Rust: Beyond the Standard Cases](https://minikin.me/blog/custom-equatability-in-rust) + ### Rust Walkthroughs ### Research