Skip to content

Commit dfecf47

Browse files
Merge pull request #6798 from extrawurst/community-updates-607
community updates issue 607
2 parents 47c7bec + c002610 commit dfecf47

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,36 @@ and just ask the editors to select the category.
3232
3333
-->
3434

35+
3536
### Official
37+
* [Stabilizing naked functions](https://blog.rust-lang.org/2025/07/03/stabilizing-naked-functions/)
3638

3739
### Foundation
3840

3941
### Newsletters
4042

4143
### Project/Tooling Updates
44+
* [toml v0.9](https://epage.github.io/blog/2025/07/toml-09/)
45+
* [Announcing dynify: Pin-init trait objects on the stack in stable Rust](https://www.reddit.com/r/rust/s/Xinstp8iSx)
46+
* [What's new in Ratatui 0.30.0?](https://www.youtube.com/live/nucLyibb5NU?si=copCqnEK7X5ZC9ry)
47+
* [Introducing Tyr, a new Rust DRM driver](https://www.collabora.com/news-and-blog/news-and-events/introducing-tyr-a-new-rust-drm-driver.html)
4248

4349
### Observations/Thoughts
50+
* [Bootstrapping Rust with GCC](https://fractalfir.github.io/generated_html/cg_gcc_bootstrap.html)
51+
* [The journey towards the best error handling in Rust web frameworks](https://mackow.ski/blog/towards-rust-web-best-errors/)
52+
* [Unsoundness and accidental features in the #\[target_feature\] attribute](https://predr.ag/blog/unsoundness-and-accidental-features-in-target-feature/)
53+
* [Tree-Structured Concurrency II: Replacing Background Tasks With Actors](https://blog.yoshuawuyts.com/replacing-tasks-with-actors/)
54+
* [Rapid Machine Learning Prototyping in Rust](https://ryuru.com/rapid-machine-learning-prototyping-in-rust/)
55+
* [330× faster: Four different ways to speed up your code](https://pythonspeed.com/articles/different-ways-speed/)
56+
* [Programming Extensible Data Types in Rust with CGP - Part 1: Modular App Construction and Extensible Builders](https://contextgeneric.dev/blog/extensible-datatypes-part-1/)
57+
* [Making Unsafe Rust a Little Safer: Find Memory Errors in Production with GWP-ASan](https://blog.colinbreck.com/making-unsafe-rust-a-little-safer-find-memory-errors-in-production-with-gwp-asan/)
58+
* [Deterministic Simulation Testing in Rust: A Theater Of State Machines](https://www.polarsignals.com/blog/posts/2025/07/08/dst-rust)
59+
* [Slint Material Components Tech Preview](https://slint.dev/blog/material-comp-tech-preview)
60+
* [Memory-safe malware: Rust challenges security researchers](https://www.techzine.eu/blogs/security/132626/memory-safe-malware-rust-challenges-security-researchers/)
4461

4562
### Rust Walkthroughs
63+
* [JavaScript is being rewritten in Rust](https://endform.dev/blog/js-is-being-rewritten-in-rust/)
64+
* [Rust Security Best Practices 2025](https://corgea.com/Learn/rust-security-best-practices-2025)
4665

4766
### Research
4867

0 commit comments

Comments
 (0)