@@ -2025,16 +2025,23 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
2025
2025
2026
2026
### Rust
2027
2027
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
2032
2035
* [ Rust For Systems Programmers] ( https://github.com/nrc/r4cppp ) - Nick Cameron
2033
2036
* [ 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 )
2034
2038
* [ 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 )
2038
2045
2039
2046
2040
2047
### Sage
0 commit comments