Skip to content

Commit d30fca1

Browse files
authored
fix: add more resources about rust (#5584)
1 parent 49833f5 commit d30fca1

4 files changed

+22
-8
lines changed

Diff for: books/free-programming-books-langs.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -2025,16 +2025,23 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
20252025

20262026
### Rust
20272027

2028-
* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro/) - Steve J Donovan
2029-
* [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/) - Alexis Beingessner
2030-
* [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/)
2031-
* [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book/index.html) - Steve Klabnik
2028+
* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro) - Steve J Donovan
2029+
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book)
2030+
* [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org)
2031+
* [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists) - Alexis Beingessner
2032+
* [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example)
2033+
* [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook)
2034+
* [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book) - Steve Klabnik
20322035
* [Rust For Systems Programmers](https://github.com/nrc/r4cppp) - Nick Cameron
20332036
* [The Embedded Rust Book](https://docs.rust-embedded.org/book/intro/index.html)
2037+
* [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book)
20342038
* [The Rust Language Reference](https://github.com/rust-lang/reference)
2035-
* [The Rust Programming Language](http://doc.rust-lang.org/book/)
2036-
* [The Rustonomicon](https://doc.rust-lang.org/nomicon/)
2037-
* [Why Rust?](https://www.oreilly.com/content/why-rust/)
2039+
* [The Rust Performance Book](https://nnethercote.github.io/perf-book)
2040+
* [The Rust Programming Language](http://doc.rust-lang.org/book)
2041+
* [The Rust RFC Book](https://rust-lang.github.io/rfcs)
2042+
* [The Rustc Book](https://doc.rust-lang.org/rustc)
2043+
* [The Rustonomicon](https://doc.rust-lang.org/nomicon)
2044+
* [Why Rust?](https://www.oreilly.com/content/why-rust)
20382045

20392046

20402047
### Sage

Diff for: more/free-programming-cheatsheets.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* [Python](#python)
2323
* [R](#r)
2424
* [Ruby](#ruby)
25+
* [Rust](#rust)
2526
* [SQL](#sql)
2627

2728

@@ -162,6 +163,11 @@
162163
* [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF)
163164

164165

166+
### Rust
167+
168+
* [Rust Language Cheat Sheet](https://cheats.rs) (HTML)
169+
170+
165171
### SQL
166172

167173
* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)

Diff for: more/free-programming-interactive-tutorials-en.md

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304

305305
### Rust
306306

307+
* [Rust Quiz](https://dtolnay.github.io/rust-quiz)
307308
* [Rustlings](https://github.com/rust-lang/rustlings)
308309

309310

Diff for: more/free-programming-playgrounds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229

230230
### Rust
231231

232-
* [Rust Playground](http://play.integer32.com)
232+
* [Rust Playground](https://play.rust-lang.org)
233233

234234

235235
### RxJS

0 commit comments

Comments
 (0)