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-07-16-this-week-in-rust.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,24 +33,39 @@ and just ask the editors to select the category.
33
33
-->
34
34
35
35
### Official
36
+
*[crates.io: development update | Rust Blog](https://blog.rust-lang.org/2025/07/11/crates-io-development-update-2025-07/)
37
+
*[Call for Testing: Speeding up compilation with `hint-mostly-unused`](https://blog.rust-lang.org/inside-rust/2025/07/15/call-for-testing-hint-mostly-unused/)
36
38
37
39
### Foundation
38
40
39
41
### Newsletters
42
+
*[This Month in Rust OSDev: June 2025](https://rust-osdev.com/this-month/2025-06/)
40
43
41
44
### Project/Tooling Updates
42
45
*[egui 0.32 - Atoms, popups, and better SVG support](https://github.com/emilk/egui/releases/tag/0.32.0)
*[Here comes the sun: iteratively building a Rust program that gets the current weather conditions](https://bitfieldconsulting.com/posts/here-comes-sun)
54
+
*[Thinking in Rust: Ownership, Access, and Memory Safety](https://cocoindex.io/blogs/rust-ownership-access/)
55
+
*[Adding lookbehinds to rust-lang/regex](https://systemf.epfl.ch/blog/rust-regex-lookbehinds/)
56
+
*[Publish all your crates everywhere all at once](https://www.tweag.io/blog/2025-07-10-cargo-package-workspace/)
57
+
*[Variadic Generics ideas that won’t work for Rust](https://poignardazur.github.io/2025/07/09/variadic-generics-dead-ends/)
*[KSAT with Vegard Sandengen](https://corrode.dev/podcast/s04e07-ksat/)
50
60
51
61
### Rust Walkthroughs
62
+
*[Programming Extensible Data Types in Rust with CGP - Part 3: Implementing Extensible Records](https://contextgeneric.dev/blog/extensible-datatypes-part-3/)
63
+
*[Axum: Optimizing web API design with the Builder Pattern](https://medium.com/@adefemiadeoye/axum-optimizing-web-api-design-with-the-builder-pattern-08aa8e18a599)
64
+
*[Rust unit testing test types](https://jorgeortiz.dev/posts/rust_unit_testing_test_types/)
0 commit comments