Skip to content

Commit 38eaab0

Browse files
Merge pull request #6822 from rust-lang/community-608
community links for issue 608
2 parents c422488 + 8ab26ea commit 38eaab0

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

draft/2025-07-16-this-week-in-rust.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,39 @@ and just ask the editors to select the category.
3333
-->
3434

3535
### 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/)
3638

3739
### Foundation
3840

3941
### Newsletters
42+
* [This Month in Rust OSDev: June 2025](https://rust-osdev.com/this-month/2025-06/)
4043

4144
### Project/Tooling Updates
4245
* [egui 0.32 - Atoms, popups, and better SVG support](https://github.com/emilk/egui/releases/tag/0.32.0)
46+
* [reqwest retries](https://seanmonstar.com/blog/reqwest-retries/)
4347
* [Introducing Rudy: A Toolchain for Rust Debuginfo](https://www.samjs.io/blog/rudy)
44-
45-
[UltraGraph 0.8: 1,300x Faster Graph Analytics — No Cluster Needed](https://deepcausality.com/blog/announcement-ultragraph-0-8)
48+
* [Helix Release 25.07 Highlights](https://helix-editor.com/news/release-25-07-highlights/)
49+
* [UltraGraph 0.8: 1,300x Faster Graph Analytics — No Cluster Needed](https://deepcausality.com/blog/announcement-ultragraph-0-8)
4650

4751
### Observations/Thoughts
48-
52+
* [placing functions](https://blog.yoshuawuyts.com/placing-functions/)
4953
* [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/)
58+
* [audio] [Traceability](https://sdr-podcast.com/episodes/traceability/)
59+
* [KSAT with Vegard Sandengen](https://corrode.dev/podcast/s04e07-ksat/)
5060

5161
### 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/)
5265

5366
### Research
67+
* [Tree Borrows](https://plf.inf.ethz.ch/research/pldi25-tree-borrows.html)
68+
* [Securing Mixed Rust with Hardware Capabilities](https://arxiv.org/abs/2507.03344)
5469

5570
### Miscellaneous
5671
* [June 2025 Rust Jobs Report](https://filtra.io/rust/jobs-report/jun-25)

0 commit comments

Comments
 (0)