mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-10-31 18:52:34 +00:00
fix: add more resources about rust (#5584)
This commit is contained in:
parent
49833f5d11
commit
d30fca11d6
@ -2025,16 +2025,23 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
|
|||||||
|
|
||||||
### Rust
|
### Rust
|
||||||
|
|
||||||
* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro/) - Steve J Donovan
|
* [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
|
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book)
|
||||||
* [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/)
|
* [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org)
|
||||||
* [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book/index.html) - Steve Klabnik
|
* [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
|
* [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 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 Language Reference](https://github.com/rust-lang/reference)
|
||||||
* [The Rust Programming Language](http://doc.rust-lang.org/book/)
|
* [The Rust Performance Book](https://nnethercote.github.io/perf-book)
|
||||||
* [The Rustonomicon](https://doc.rust-lang.org/nomicon/)
|
* [The Rust Programming Language](http://doc.rust-lang.org/book)
|
||||||
* [Why Rust?](https://www.oreilly.com/content/why-rust/)
|
* [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
|
### Sage
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
* [Rust](#rust)
|
||||||
* [SQL](#sql)
|
* [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)
|
* [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
|
### SQL
|
||||||
|
|
||||||
* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
|
* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
|
||||||
|
@ -304,6 +304,7 @@
|
|||||||
|
|
||||||
### Rust
|
### Rust
|
||||||
|
|
||||||
|
* [Rust Quiz](https://dtolnay.github.io/rust-quiz)
|
||||||
* [Rustlings](https://github.com/rust-lang/rustlings)
|
* [Rustlings](https://github.com/rust-lang/rustlings)
|
||||||
|
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@
|
|||||||
|
|
||||||
### Rust
|
### Rust
|
||||||
|
|
||||||
* [Rust Playground](http://play.integer32.com)
|
* [Rust Playground](https://play.rust-lang.org)
|
||||||
|
|
||||||
|
|
||||||
### RxJS
|
### RxJS
|
||||||
|
Loading…
Reference in New Issue
Block a user