From 0c2b6be92d02faaf0299e3130afc3bc051ee8fa4 Mon Sep 17 00:00:00 2001 From: Rabindra Dhakal Date: Tue, 3 Oct 2023 21:30:09 +0545 Subject: [PATCH] Add Rust Atomics and Locks by Mara Bos (#9772) --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 8e6c836b5..a3233f4b2 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2288,6 +2288,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Learn Rust in Y minutes](https://learnxinyminutes.com/docs/rust/) * [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists) - Alexis Beingessner * [Learning Rust Ebook](https://riptutorial.com/Download/rust.pdf) - StackOverflow Contributors (PDF) +* [Rust Atomics and Locks](https://marabos.nl/atomics) - Mara Bos (HTML) * [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example) * [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook) * [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book) - Steve Klabnik *(:card_file_box: archived)*