From a633ed2f95150330dbf1c82f5d6107ec3bc82bb9 Mon Sep 17 00:00:00 2001 From: Tyler Weaver Date: Wed, 6 Nov 2024 17:07:19 -0700 Subject: [PATCH] [Observations] Building Trustworthy Software: The Power of Testing in Rust --- draft/2024-11-06-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-11-06-this-week-in-rust.md b/draft/2024-11-06-this-week-in-rust.md index 69fb2e19a..2fe6ac399 100644 --- a/draft/2024-11-06-this-week-in-rust.md +++ b/draft/2024-11-06-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts * [Reached the recursion limit... at build time?](https://blog.veeso.dev/blog/en/reached-the-recursion-limit-at-build-time/) +* [Building Trustworthy Software: The Power of Testing in Rust](https://tylerjw.dev/posts/20241106-building-trustworthy-software/) ### Rust Walkthroughs * [Difference Between iter() and into_iter() in Rust](https://crustc.com/difference-iter-and-into_iter/)