Added Rust books. (#5452)

* Added Rust books.

* Fixed book name.

* Fixed alphabetical ordering.
This commit is contained in:
Gintautas Švedas 2021-07-29 06:23:00 +03:00 committed by GitHub
parent 03f583f6a2
commit ee767dee96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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/)