From 398e4fda09018921d3b049c2ae134443e2f0137b Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 30 Jan 2025 20:51:51 +0100 Subject: [PATCH] Rust LWN articles Signed-off-by: Miguel Ojeda --- draft/2025-02-05-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-02-05-this-week-in-rust.md b/draft/2025-02-05-this-week-in-rust.md index 9061fb090..ac593e573 100644 --- a/draft/2025-02-05-this-week-in-rust.md +++ b/draft/2025-02-05-this-week-in-rust.md @@ -37,6 +37,7 @@ and just ask the editors to select the category. * [The Embedded Rustacean Issue #38](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-38) ### Project/Tooling Updates +* [Resistance to Rust abstractions for DMA mapping](https://lwn.net/SubscriberLink/1006805/56d10b7d45995d58/) ### Observations/Thoughts * [Computed Properties in Rust: How to Implement Them Effectively](https://minikin.me/blog/computed-properties-in-rust)