From 2c018a9a1e52f4a236ae252bab4bfaf663a003e6 Mon Sep 17 00:00:00 2001 From: Ghamza-Jd Date: Wed, 18 Dec 2024 20:52:48 +0200 Subject: [PATCH] added building lua package manager in Rust --- draft/2024-12-18-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-12-18-this-week-in-rust.md b/draft/2024-12-18-this-week-in-rust.md index be2e906c2..540eb2422 100644 --- a/draft/2024-12-18-this-week-in-rust.md +++ b/draft/2024-12-18-this-week-in-rust.md @@ -42,6 +42,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs - [Read the Code: Using Drop for Safety in Rust](https://v5.chriskrycho.com/journal/read-the-code/using-drop-for-safety-in-rust/) +- [video] [Building a Lua package manager in Rust (Arabic)](https://youtu.be/YsupdHTAKDw) ### Research