From e5a1d235296ac5786f99358c468ab514eadd228d Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Sat, 15 Feb 2025 08:53:42 -0800 Subject: [PATCH] Add blog post: ioctls from Rust --- draft/2025-02-19-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-02-19-this-week-in-rust.md b/draft/2025-02-19-this-week-in-rust.md index 3c82d8be3..49d2235f7 100644 --- a/draft/2025-02-19-this-week-in-rust.md +++ b/draft/2025-02-19-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Rust in Audio: Collections](https://www.youtube.com/watch?v=wFiMtYtHss8&t=11s) +* [ioctls from Rust](https://blogsystem5.substack.com/p/ioctls-rust) ### Research