Explorar el Código

fix: add more resources about rust (#5584)

LIU JIE hace 4 años
padre
commit
d30fca11d6

+ 14 - 7
books/free-programming-books-langs.md

@@ -2025,16 +2025,23 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
 
 ### 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
+* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro) - Steve J Donovan
+* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book)
+* [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org)
+* [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 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
 * [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 Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book)
 * [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/)
+* [The Rust Performance Book](https://nnethercote.github.io/perf-book)
+* [The Rust Programming Language](http://doc.rust-lang.org/book)
+* [The Rust RFC Book](https://rust-lang.github.io/rfcs)
+* [The Rustc Book](https://doc.rust-lang.org/rustc)
+* [The Rustonomicon](https://doc.rust-lang.org/nomicon)
+* [Why Rust?](https://www.oreilly.com/content/why-rust)
 
 
 ### Sage

+ 6 - 0
more/free-programming-cheatsheets.md

@@ -22,6 +22,7 @@
 * [Python](#python)
 * [R](#r)
 * [Ruby](#ruby)
+* [Rust](#rust)
 * [SQL](#sql)
 
 
@@ -162,6 +163,11 @@
 * [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF)
 
 
+### Rust
+
+* [Rust Language Cheat Sheet](https://cheats.rs) (HTML)
+
+
 ### SQL
 
 * [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)

+ 1 - 0
more/free-programming-interactive-tutorials-en.md

@@ -304,6 +304,7 @@
 
 ### Rust
 
+* [Rust Quiz](https://dtolnay.github.io/rust-quiz)
 * [Rustlings](https://github.com/rust-lang/rustlings)
 
 

+ 1 - 1
more/free-programming-playgrounds.md

@@ -229,7 +229,7 @@
 
 ### Rust
 
-* [Rust Playground](http://play.integer32.com)
+* [Rust Playground](https://play.rust-lang.org)
 
 
 ### RxJS