From 443e345e8298a53d28678496afc066a66ebf7713 Mon Sep 17 00:00:00 2001 From: impl Ferris <167990244+ImplFerris@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:47:31 +0530 Subject: [PATCH] Update 2025-09-17-this-week-in-rust.md --- draft/2025-09-17-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 83c5307dd..20e5114be 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -56,8 +56,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Axum Backend Series: Docker, Database and Connection Pooling](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-database-setup-using-docker/) * [The Hidden Rules Behind Rust Functions & Closures](https://blog.cuongle.dev/p/the-hidden-rules-behind-rust-functions) - * [Ray Tracing in One Weekend - In Rust](https://buttondown.com/dabeaz/archive/new-video-ray-tracing-in-one-weekend-in-rust/) +* [series] [Real Time Clock - Rust Embedded Drivers Book](https://red.implrust.com/rtc/index.html) ### Research