From 2724db224f15560745587549260ac20eee3dddc0 Mon Sep 17 00:00:00 2001 From: Atriiy Date: Mon, 28 Apr 2025 06:03:24 +0000 Subject: [PATCH 1/2] Add article for Rust walkthroughs section --- draft/2025-04-30-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-04-30-this-week-in-rust.md b/draft/2025-04-30-this-week-in-rust.md index 6af4bb4d8..5edd3a424 100644 --- a/draft/2025-04-30-this-week-in-rust.md +++ b/draft/2025-04-30-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained](https://www.atriiy.dev/blog/rolldown-module-loader-and-dependency-graph) + ### Research ### Miscellaneous From 7ba8f6e688ce091ac44051780af9f792a43acd95 Mon Sep 17 00:00:00 2001 From: Ben Dillon <146687321+bdillo@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:47:38 -0700 Subject: [PATCH 2/2] moved rolldown article to misc section --- draft/2025-04-30-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft/2025-04-30-this-week-in-rust.md b/draft/2025-04-30-this-week-in-rust.md index 5edd3a424..75705b7e5 100644 --- a/draft/2025-04-30-this-week-in-rust.md +++ b/draft/2025-04-30-this-week-in-rust.md @@ -44,12 +44,12 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained](https://www.atriiy.dev/blog/rolldown-module-loader-and-dependency-graph) - ### Research ### Miscellaneous +* [How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained](https://www.atriiy.dev/blog/rolldown-module-loader-and-dependency-graph) + ## Crate of the Week