Explorar el Código

Added Rust books. (#5452)

* Added Rust books.

* Fixed book name.

* Fixed alphabetical ordering.
Gintautas Švedas hace 4 años
padre
commit
ee767dee96
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      books/free-programming-books.md

+ 5 - 0
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/)