From ee767dee96b53082ec11287f1f81d4b8de5dd709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gintautas=20=C5=A0vedas?= Date: Thu, 29 Jul 2021 06:23:00 +0300 Subject: [PATCH] Added Rust books. (#5452) * Added Rust books. * Fixed book name. * Fixed alphabetical ordering. --- books/free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index 4201a2ce..03899967 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -2724,8 +2724,13 @@ Kerridge (PDF) (email address *requested*, not required) ### Rust +* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro/) - Steve J Donovan +* [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/) - Alexis Beingessner * [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/) * [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book/index.html) - Steve Klabnik +* [Rust For Systems Programmers](https://github.com/nrc/r4cppp) - Nick Cameron +* [The Embedded Rust Book](https://docs.rust-embedded.org/book/intro/index.html) +* [The Rust Language Reference](https://github.com/rust-lang/reference) * [The Rust Programming Language](http://doc.rust-lang.org/book/) * [The Rustonomicon](https://doc.rust-lang.org/nomicon/) * [Why Rust?](https://www.oreilly.com/content/why-rust/) -- GitLab