From 7af6cf499151e543804b9c21fed69147f85f8573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Wed, 18 Dec 2024 07:54:59 +0200 Subject: [PATCH] add video "Rust code reading: The thousands crate" --- 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..b73bd6cc6 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] [Rust code reading: The thousands crate](https://www.youtube.com/watch?v=ITTj7ByNStE) ### Research