From a52d75f15976e224cdc986ae43828687be5b78df Mon Sep 17 00:00:00 2001 From: Abdulaleem Zakariyah <156052850+zakkycrypt01@users.noreply.github.com> Date: Thu, 2 Oct 2025 14:51:33 +0100 Subject: [PATCH] Add screencast resource for "The Rust Lang Book" by lets get rusty for the rust programming course (#12050) * Add screencast resource for "The Rust Lang Book" by lets get rusty for the rust language * fix the error : "free-programming-books/casts/free-podcasts-screencasts-en.md 427:1-430:128 warning Alphabetical ordering: swap l.430 and l.429 alphabetize-lists remark-lint 427:1-430:128 warning Incorrect number of blank lines between last section and next heading blank-lines-1-0-2 remark-lint" * Add screencast resource for "Memory Management" by Let's Get Rusty Remove duplicate entry for "The Rust Lang Book" in podcasts * Remove unnecessary blank line before "Spark" section in free-courses-en.md --- courses/free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 4917e65e3..037345bd9 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -1641,6 +1641,7 @@ * [Comprehensive Rust](https://google.github.io/comprehensive-rust/index.html) - Google * [Intro to Rust](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW) - Tensor Programming * [Learn Rust from scratch](https://www.educative.io/courses/learn-rust-from-scratch) - Educative.io +* [Memory Management](https://www.youtube.com/playlist?list=PLai5B987bZ9BnS7dBlTF9HRop55vYUL7r) - Let's Get Rusty * [Rust Basics](https://www.youtube.com/playlist?list=PLlcnQQJK8SUjApd95LIcd3K9XXmE-IeCS) - Engineer Man * [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) - Traversy Media * [Rust for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHjbTjrchBwOVks_sr8EVW1x) - Microsoft Developer