Add missing HTML format tags to 21 Rust books (#12549)

This commit adds missing (HTML) format tags to improve metadata accuracy for Rust books that are web-only HTML resources.

Books updated:
1. A Gentle Introduction To Rust - Added (HTML)
2. Asynchronous Programming in Rust - Added (HTML)
3. Guide to Rustc Development - Added (HTML)
4. Learn Rust in Y minutes - Added (HTML)
5. Learn Rust With Entirely Too Many Linked Lists - Added (HTML)
6. Rust by Example - Added (HTML)
7. Rust Cookbook - Added (HTML)
8. Rust Design Patterns - Added (HTML)
9. Rust for Rubyists - Added (HTML)
10. Rust For Systems Programmers - Added (HTML)
11. The Embedded Rust Book - Added (HTML)
12. The Little Book of Rust Macros - Added (HTML)
13. The Rust Language Reference - Added (HTML)
14. The Rust Performance Book - Added (HTML)
15. The Rust RFC Book - Added (HTML)
16. The Rustc Book - Added (HTML)
17. The Rustonomicon - Added (HTML)
18. Why Rust? - Added (HTML)

All verified as HTML-only web resources or with HTML as primary format.
This commit is contained in:
Girdhar Agrawal 2025-10-17 06:06:46 +05:30 committed by GitHub
parent 1cf3e39d18
commit 2846827716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2341,30 +2341,30 @@ Books on general-purpose programming that don't focus on a specific language are
### Rust
* [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)
* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro) - Steve J Donovan (HTML)
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book) (HTML)
* [Easy Rust](https://dhghomon.github.io/easy_rust/) - David McLeod (HTML, PDF)
* [Effective Rust](https://www.lurklurk.org/effective-rust) - David Drysdale (HTML, PDF)
* [From JavaScript to Rust ebook](https://github.com/wasmflow/node-to-rust/raw/HEAD/from-javascript-to-rust.pdf) - Jarrod Overson (PDF)
* [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org)
* [Learn Rust in Y minutes](https://learnxinyminutes.com/docs/rust/)
* [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists) - Alexis Beingessner
* [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org) (HTML)
* [Learn Rust in Y minutes](https://learnxinyminutes.com/docs/rust/) (HTML)
* [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists) - Alexis Beingessner (HTML)
* [Learning Rust Ebook](https://riptutorial.com/Download/rust.pdf) - StackOverflow Contributors (PDF)
* [Rust Atomics and Locks](https://marabos.nl/atomics) - Mara Bos (HTML)
* [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example)
* [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook)
* [Rust Design Patterns](https://rust-unofficial.github.io/patterns/)
* [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book) - Steve Klabnik *( :card_file_box: archived)*
* [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 Performance Book](https://nnethercote.github.io/perf-book)
* [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example) (HTML)
* [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook) (HTML)
* [Rust Design Patterns](https://rust-unofficial.github.io/patterns/) (HTML)
* [Rust for Rubyists](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book) - Steve Klabnik (HTML) *( :card_file_box: archived)*
* [Rust For Systems Programmers](https://github.com/nrc/r4cppp) - Nick Cameron (HTML)
* [The Embedded Rust Book](https://docs.rust-embedded.org/book/intro/index.html) (HTML)
* [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book) (HTML)
* [The Rust Language Reference](https://github.com/rust-lang/reference) (HTML)
* [The Rust Performance Book](https://nnethercote.github.io/perf-book) (HTML)
* [The Rust Programming Language](http://doc.rust-lang.org/book) - Steve Klabnik, Carol Nichols, et al. (HTML)
* [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)
* [The Rust RFC Book](https://rust-lang.github.io/rfcs) (HTML)
* [The Rustc Book](https://doc.rust-lang.org/rustc) (HTML)
* [The Rustonomicon](https://doc.rust-lang.org/nomicon) (HTML)
* [Why Rust?](https://www.oreilly.com/content/why-rust) (HTML)
### Sage