@@ -42,17 +42,35 @@ and just ask the editors to select the category.
4242### Foundation
4343
4444### Newsletters
45+ * [ The Embedded Rustacean Issue #52 ] ( https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-52 )
4546
4647### Project/Tooling Updates
4748
49+ * [ SeaQuery just made writing raw SQL more enjoyable] ( https://www.sea-ql.org/blog/2025-08-15-sea-query-raw-sql/ )
50+ * [ ` r3bl-cmdr ` v0.0.22] ( https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.0.22-cmdr )
51+ * [ ` r3bl_tui ` v0.7.4] ( https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.7.4-tui )
52+
4853### Observations/Thoughts
54+ * [ Terminal sessions you can bookmark: Building Zellij's web client] ( https://poor.dev/blog/building-zellij-web-terminal/ )
55+
56+ * [ Testing failure modes using error injection] ( https://forgestream.idverse.com/blog/20250814-testing-failure-modes/ )
57+ * [ Multiple Breakpoints in Rust: Ownership-Driven Debugger Design] ( https://system.joekain.com/2025/08/17/ownership-driven-debugger-design.html )
58+ * [ Nine Rules for Generalizing Your Rust Library: Lessons from Extending RangeSetBlaze to Maps (Part 2)] ( https://medium.com/@carlmkadie/92bb899d47ef )
59+ * [ Lessons learned from rewriting the UltraGraph crate] ( https://deepcausality.com/blog/lessons-learned-from-rewriting-ultragraph )
60+ * [ Scientific Computing in Rust] ( https://ideas.reify.ing/en/blog/scientific-computing-in-rust-with-pytorch/ )
4961
5062### Rust Walkthroughs
5163
64+ * [ Let's write a macro in Rust - Part 1] ( https://hackeryarn.com/post/rust-macros-1/ )
65+ * [ Memory analysis in Rust] ( https://rumcajs.dev/posts/memory-analysis-in-rust/ )
66+
5267### Research
5368
5469### Miscellaneous
55- [ All the Rust Tutorials] ( https://seanborg.tech/blog/huge-tutorial-list/ )
70+
71+ * [ All the Rust Tutorials] ( https://seanborg.tech/blog/huge-tutorial-list/ )
72+ * [ July 2025 Rust Jobs Report] ( https://filtra.io/rust/jobs-report/jul-25 )
73+
5674## Crate of the Week
5775
5876<!-- COTW goes here -->
@@ -141,7 +159,15 @@ If you are an event organizer hoping to expand the reach of your event, please s
141159
142160### Rust Compiler Performance Triage
143161
144- <!-- Perf results go here -->
162+ Lots of noise/bimodality this week. Overall though no major performance impacting changes landed.
163+
164+ Triage done by ** @simulacrum ** .
165+ Revision range: [ 6355cd39..239e8b1b] ( https://perf.rust-lang.org/?start=6355cd39c81e9699b1925c58d2ed3165bcab1715&end=239e8b1b47b34120287ec36b33228c1e177f0c38&absolute=false&stat=instructions%3Au )
166+
167+ 1 Regressions, 3 Improvements, 7 Mixed; 4 of them in rollups
168+ 27 artifact comparisons made in total
169+
170+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/master/triage/2025/2025-08-18.md )
145171
146172### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
147173
@@ -243,6 +269,8 @@ Rusty Events between 2025-08-20 - 2025-09-17 🦀
243269### Asia
244270* 2025-08-20 | Seoul, KR | [ Seoul Rust] ( https://www.meetup.com/rust-seoul-meetup )
245271 * [ ** Seoul Rust Meetup** ] ( https://www.meetup.com/rust-seoul-meetup/events/310347685 )
272+ * 2025-08-21 | Kuala Lumpur, MY | [ Rust Malaysia] ( https://www.linkedin.com/company/rustmalaysia/ )
273+ * [ ** Malaysia Rust Meetup** ] ( https://www.eventbrite.sg/e/backend-webdev-with-axum-and-diesel-rust-meetup-aug-2025-tickets-1588476137889 )
246274* 2025-08-23 | Bangalore, IN | [ Rust Bangalore] ( https://hasgeek.com/rustbangalore )
247275 * [ ** August 2025 Rustacean meetup** ] ( https://hasgeek.com/rustbangalore/august-2025-rustacean-meetup/ )
248276
@@ -267,6 +295,7 @@ Rusty Events between 2025-08-20 - 2025-09-17 🦀
267295 * [ ** From bugs to parallelism to future-proofing: What makes Rust different** ] ( https://www.meetup.com/rust-rhein-main/events/310322369 )
268296* 2025-09-10 | Reading, UK | [ Reading Rust Workshop] ( https://www.meetup.com/reading-rust-workshop )
269297 * [ ** Reading Rust Meetup** ] ( https://www.meetup.com/reading-rust-workshop/events/308944038 )
298+ * 2025-09-16 | Berlin, DE | [ Oxidize Conference] (https://oxidizeconf.com/ )
270299
271300### North America
272301* 2025-08-14 | Hybrid (Seattle, WA, US) | [ Seattle Rust User Group] ( https://www.meetup.com/join-srug )
0 commit comments