From 1a2aa195a16cede9759282824c6858951627ac38 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 30 Apr 2025 11:34:21 +0200 Subject: [PATCH] community updates issue 597 --- draft/2025-04-30-this-week-in-rust.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/draft/2025-04-30-this-week-in-rust.md b/draft/2025-04-30-this-week-in-rust.md index c71109c02..4ab68a27e 100644 --- a/draft/2025-04-30-this-week-in-rust.md +++ b/draft/2025-04-30-this-week-in-rust.md @@ -40,28 +40,31 @@ and just ask the editors to select the category. * [The Embedded Rustacean Issue #44](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-44) ### Project/Tooling Updates - +* [Bevy 0.16](https://bevyengine.org/news/bevy-0-16/) * [Yelken Alpha Release Announcement](https://bwqr.github.io/yelken-blog/first-announcement/) * [BugStalker v0.3.0 - Modern debugger for Linux x86-64. Written in Rust for Rust programs.](https://www.reddit.com/r/rust/comments/1k6vni5/bugstalker_v030_released_async_debugging_new/) ### Observations/Thoughts +* [Audit of the Rust p256 Crate](https://reports.zksecurity.xyz/reports/near-p256/) +* [We have polymorphism at home 🦀!](https://medium.com/@alighahremani1377/we-have-polymorphism-at-home-d9f21f5565bf) +* [Migrating away from Rust](https://deadmoney.gg/news/articles/migrating-away-from-rust) +* [Syntactic musings on match expressions](https://blog.yoshuawuyts.com/syntactic-musings-on-match-expressions/) ### 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/) - * [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)) - * [A Visual Journey Through Async Rust](https://github.com/alexpusch/rust-magic-patterns/blob/master/visual-journey-through-async-rust/Readme.md) - * [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) ### Research ### Miscellaneous * [The Company That Is All-In On Rust For Robotics](https://filtra.io/rust/interviews/matic-apr-25) - * [How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained](https://www.atriiy.dev/blog/rolldown-module-loader-and-dependency-graph) +* [Video] [Why Learning Rust Could Change Your Career](https://www.youtube.com/watch?v=_7va24sawyg) ## Crate of the Week