You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Announcing diesel-guard 0.2.0: Catch unsafe PostgreSQL migrations before they hit production](https://www.reddit.com/r/rust/comments/1phx68w/dieselguard_catch_unsafe_postgresql_migrations/)
58
+
*[video][Recording from the Rust Seoul meetup: Zia, a programming language that defines itself (written in Rust)](https://www.youtube.com/watch?v=LbFTP3pITWU)
51
59
52
60
### Observations/Thoughts
53
61
*[Exploring deboa-macros: Ergonomic HTTP Client Macros for Rust](https://medium.com/@ararog/exploring-deboa-macros-ergonomic-http-client-macros-for-rust-d0c3df22e0a7)
54
62
*[Fighting the Client Spaghetti Monster with Rust Traits](http://gnunicorn.org/writings/spaghetti-monster-clients-rust-traits-final-boss/)
55
63
*[Rust unit testing: buffered file reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_buf_reading/)
64
+
*[Firecracker deep dive: How Rust and microVMs are revolutionizing cloud infrastructure](https://kerkour.com/firecracker-deep-dive-rust)
*[Postfix Macros and `let place`](https://nadrieril.github.io/blog/2025/12/09/postfix-macros-and-let-place.html)
67
+
*[Should we get rid of clippy::manual_try_fold?](https://blog.veeso.dev/blog/en/should-we-get-rid-of-clippy-manual-try-fold/)
56
68
57
69
### Rust Walkthroughs
58
70
*[Get in Line - superfast SPSC Queue](https://abhikja.in/blog/2025-12-07-get-in-line/)
59
71
*[Emulating avx-512 intrinsics in Miri](https://trifectatech.org/blog/emulating-avx-512-intrinsics-in-miri/)
60
72
*[How to speed up the Rust compiler in December 2025](https://nnethercote.github.io/2025/12/05/how-to-speed-up-the-rust-compiler-in-december-2025.html)
61
73
*[From trees to graphs: speeding up vector search 10x with Hannoy](https://blog.kerollmops.com/from-trees-to-graphs-speeding-up-vector-search-10x-with-hannoy)
74
+
*[series][Part 1: Tokenization, Building an LLM From Scratch in Rust](https://www.tag1.com/white-paper/part1-tokenization-building-an-llm-from-scratch-in-rust/)
62
75
63
76
### Research
64
77
65
78
### Miscellaneous
79
+
*[Pydantic: The Python Darling That Loves Rust](https://filtra.io/rust/interviews/pydantic-dec-25)
66
80
*[video][AWS re:Invent 2025 - Unleash Rust's potential on AWS (DEV307)](https://www.youtube.com/watch?v=buBBQ5mXAi8)
67
81
68
82
## Crate of the Week
@@ -81,46 +95,14 @@ If you are a feature implementer and would like your RFC to appear in this list,
81
95
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
82
96
guidance on which aspect(s) of the feature need testing.
83
97
84
-
<!-- If there are new CfT items this week, include:
85
-
86
-
[Repo Name](Repo URL)
87
-
* [<Feature name>](<Feature URL>)
88
-
* [Testing steps](<Testing Steps URL>)
89
-
90
-
- and make note in the item so the authors know to remove the `call-for-testing` label:
91
-
This RFC will appear in the **Call for Testing** section of the next issue (#) of This Week in Rust (TWiR).
92
-
You may remove the `call-for-testing` label. Please feel free to leave the `call-for-testing` label in place if you would like this RFC to appear again in another issue of TWiR.
0 commit comments