From 9792a23774da87b7d2063e4658d1c72e0a25740a Mon Sep 17 00:00:00 2001 From: Ciaran Ewing-James <11672160+Minimal-C@users.noreply.github.com> Date: Thu, 1 May 2025 12:50:08 +0100 Subject: [PATCH] Update 2025-04-30-this-week-in-rust.md --- content/2025-04-30-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-04-30-this-week-in-rust.md b/content/2025-04-30-this-week-in-rust.md index 14479823d..4f5b7c807 100644 --- a/content/2025-04-30-this-week-in-rust.md +++ b/content/2025-04-30-this-week-in-rust.md @@ -49,10 +49,10 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Freeing Up Gigabytes: Reclaiming Disk Space from Rust Cargo Builds](https://thisdavej.com/freeing-up-gigabytes-reclaiming-disk-space-from-rust-cargo-builds/) * [A Visual Journey Through Async Rust](https://github.com/alexpusch/rust-magic-patterns/blob/master/visual-journey-through-async-rust/Readme.md) +* [Generating 1 Million PDFs in 10 Minutes](https://www.ersteiger.com/posts/rendering-one-million-pdfs/) * [Video] [Shipping Rust to Python, Typescript, and Ruby](https://www.youtube.com/watch?v=Zs6Uer3VAyQ) * [Video] [From Rust to C and Back Again: an introduction to "foreign functions"](https://www.youtube.com/watch?v=B4yNqR0WgYQ) ([Long Version](https://www.youtube.com/watch?v=LLAUzghhNHg)) * [Video] [Internals of SlateDB: An embedded key-value store built on object storage](https://www.youtube.com/watch?v=qqF_zFWqFYk) -* [Video] [Generating 1 Million PDFs in 10 Minutes](https://www.ersteiger.com/posts/rendering-one-million-pdfs/) * [Video] [RefinedRust - High-Assurance Verification of Rust Programs](https://www.youtube.com/watch?v=XR8p9R1cPC4) ### Miscellaneous