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
Copy file name to clipboardExpand all lines: draft/2025-11-19-this-week-in-rust.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,40 +38,46 @@ and just ask the editors to select the category.
38
38
-->
39
39
40
40
### Official
41
-
42
41
*[Launching the 2025 State of Rust Survey](https://blog.rust-lang.org/2025/11/17/launching-the-2025-state-of-rust-survey)
43
42
*[Google Summer of Code 2025 results](https://blog.rust-lang.org/2025/11/18/gsoc-2025-results/)
43
+
*[Project goals update — October 2025](https://blog.rust-lang.org/2025/11/19/project-goals-update-october-2025/)
44
+
*[Project goals update — September 2025](https://blog.rust-lang.org/2025/11/19/Project-Goals-2025-September-Update/)
44
45
45
46
### Foundation
46
47
47
48
### Newsletters
48
49
*[Scientific Computing in Rust #12 (November 2025)](https://scientificcomputing.rs/monthly/2025-11)
49
-
50
50
*[Secure-by-design firmware development with Wasefire](https://opensource.googleblog.com/2025/11/secure-by-design-firmware-development-with-wasefire.html)
51
-
52
51
*[Rust Trends Issue #72: From Experimental to Enterprise: Rust's Production Moment](https://rust-trends.com/newsletter/experimental-to-enterprise-rust-production)
*[Pinning is a kind of static borrow](https://nadrieril.github.io/blog/2025/11/12/pinning-is-a-kind-of-static-borrow.html)
65
62
*[Rust in Android: move fast and fix things](https://security.googleblog.com/2025/11/rust-in-android-move-fast-fix-things.html)
66
-
63
+
*[Match it again Sam](https://www.sminez.dev/match-it-again-sam/)
64
+
*[Humanity is stained by the sins of C and no LLM can rewrite them away to Rust](https://kirancodes.me/posts/log-sins-of-c.html)
65
+
*[UV and Ruff: Turbocharging Python Development with Rust-Powered Tools](https://www.devtoolsacademy.com/blog/uv-and-ruff-turbocharging-python-development-with-rust-powered-tools/)
66
+
*[A Function Inliner for Wasmtime and Cranelift](https://fitzgen.com/2025/11/19/inliner.html)
67
67
68
68
### Rust Walkthroughs
69
69
-[Rust Unit Tests: Assertion libraries](https://jorgeortiz.dev/posts/rust_unit_testing_assertion_libraries/)
70
70
-[Rust Unit Tests: Using a mocking library](https://jorgeortiz.dev/posts/rust_unit_testing_mocking_library/)
71
+
*[A Practical Guide to Transitioning to Memory-Safe Languages](https://queue.acm.org/detail.cfm?id=3773096)
72
+
*[Building WebSocket Protocol in Apache Iggy using io_uring and Completion Based I/O Architecture](https://iggy.apache.org/blogs/2025/11/17/websocket-io-uring/)
73
+
*[Building serverless applications with Rust on AWS Lambda](https://aws.amazon.com/blogs/compute/building-serverless-applications-with-rust-on-aws-lambda/)
74
+
*[Disallow code usage with a custom `clippy.toml`](https://www.schneems.com/2025/11/19/find-accidental-code-usage-with-a-custom-clippytoml/)
0 commit comments