docs: add Rust learning resource link (Binary Musings)

This commit is contained in:
Sunil Mourya
2026-04-19 11:38:40 +05:30
parent ce0354c4f6
commit 7698e2df1c
+1
View File
@@ -29,6 +29,7 @@ This material combines original content with ideas and examples inspired by some
- [**Niko Matsakis**](https://smallcultfollowing.com/babysteps/) — language design, borrow checker internals, Polonius
- [**Rust by Example**](https://doc.rust-lang.org/rust-by-example/) and [**Rustonomicon**](https://doc.rust-lang.org/nomicon/) — practical patterns and unsafe deep-dives
- [**This Week in Rust**](https://this-week-in-rust.org/) — community discoveries that shaped many examples
- [**Binary Musings - Tag(Rust)**](https://binarymusings.org/posts/category/rust/) — Deep dive into Rust internals
- …and many others in the **Rust community at large** whose blog posts, conference talks, RFCs, and forum discussions have informed this material — too numerous to list individually, but deeply appreciated
## 📖 Start Reading