From 8bc8ac64cf3d7eb7129041e4ecd895bbeb7faf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Wed, 20 Mar 2024 22:07:36 +0200 Subject: [PATCH 1/2] add video "Strings and memory in Rust" --- draft/2024-03-20-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-03-20-this-week-in-rust.md b/draft/2024-03-20-this-week-in-rust.md index 1c274d783..8f38e9444 100644 --- a/draft/2024-03-20-this-week-in-rust.md +++ b/draft/2024-03-20-this-week-in-rust.md @@ -69,6 +69,7 @@ and just ask the editors to select the category. ### Miscellaneous * [The book "Code Like a Pro in Rust" is released](https://www.manning.com/books/code-like-a-pro-in-rust) +* [video] [Strings and memory in Rust](https://www.youtube.com/watch?v=UqVgTafRCCU) ## Crate of the Week From 00d297cc8dda4eeaf779cf3bd2414123e91833a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Wed, 20 Mar 2024 22:36:03 +0200 Subject: [PATCH 2/2] Update 2024-03-20-this-week-in-rust.md --- draft/2024-03-20-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-03-20-this-week-in-rust.md b/draft/2024-03-20-this-week-in-rust.md index 8f38e9444..87823de16 100644 --- a/draft/2024-03-20-this-week-in-rust.md +++ b/draft/2024-03-20-this-week-in-rust.md @@ -69,7 +69,7 @@ and just ask the editors to select the category. ### Miscellaneous * [The book "Code Like a Pro in Rust" is released](https://www.manning.com/books/code-like-a-pro-in-rust) -* [video] [Strings and memory in Rust](https://www.youtube.com/watch?v=UqVgTafRCCU) +* [video] [Strings and memory reallocation in Rust](https://www.youtube.com/watch?v=UqVgTafRCCU) ## Crate of the Week