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
*[TangleGuard: Software Architecture Monitoring exclusively for Rust](https://tangleguard.com/)
43
40
*[redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0)
41
+
*[wrkflw v0.7.0 - run and validate github actions locally](https://github.com/bahdotsh/wrkflw/releases/tag/v0.7.0)
42
+
*[serde-ply - Modern serde (de)serializer for Ply files](https://www.reddit.com/r/rust/comments/1mp147s/serdeply_modern_speed_convenience_for_a_90s_format/))
*[Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust)
47
48
*[Nine Rules for Generalizing Your Rust Library: Lessons from Extending RangeSetBlaze to Maps (Part 1)](https://medium.com/@carlmkadie/nine-rules-for-generalizing-your-rust-library-part-1-9f2b08fb5df4)
48
49
*[Wait! Don't spawn that task! — Comparing patterns for mutable state in concurrent applications](https://taping-memory.dev/concurrency-patterns/)
50
+
*[Send/Sync Secret That Separates Professional From Amateur](https://blog.cuongle.dev/p/this-sendsync-secret-separates-professional-and-amateur)
*[Are we Teaching Rust Effectively?](https://blog.kodewerx.org/2025/08/are-we-teaching-rust-effectively.html)
53
+
*[video][BaM #29 - Improving the Rust embedded firmware](https://www.youtube.com/live/5Ca6pQQB-mg?si=yHFQMsDbHEXEfpig)
54
+
*[video][David Sankel – Rust and C++ Interop](https://www.youtube.com/watch?v=xihX4RzStYk)
49
55
50
56
### Rust Walkthroughs
51
-
52
57
*[Build with Naz: Capturing Real-Time Build Progress from Cargo Using PTY and OSC Sequences](https://developerlife.com/2025/08/10/pty-rust-osc-seq/)
58
+
*[Converting FunctionTrace from C to Rust](https://programsareproofs.com/articles/functiontrace-rust-conversion/)
59
+
*[video][Message framing in Rust and Iroh](https://www.youtube.com/watch?v=h6bBLbcj4Vg)
53
60
54
-
### Research
55
-
56
-
### Miscellaneous
57
61
58
62
## Crate of the Week
59
63
60
-
<!-- COTW goes here -->
64
+
This week's crate is [MOMA](https://crates.io/crates/moma), a framework for Moving Origin Modular Arithmetic, with applications in number theory, cryptography and bioinformatics.
65
+
66
+
Thanks to [Neil Crago](https://users.rust-lang.org/t/crate-of-the-week/2704/1462) for the self-suggestion!
61
67
62
68
[Please submit your suggestions and votes for next week][submit_crate]!
63
69
@@ -118,7 +124,61 @@ If you are an event organizer hoping to expand the reach of your event, please s
118
124
119
125
## Updates from the Rust Project
120
126
121
-
<!-- Rust updates go here -->
127
+
464 pull requests were [merged in the last week][merged]
*[do not attempt to compute size of a type with escaping lifetimes](https://github.com/rust-lang/rust-clippy/pull/15434)
166
+
*[do not lint for `wildcard_imports` in external macro](https://github.com/rust-lang/rust-clippy/pull/15413)
167
+
*[fix `&str` type check in `from_str_radix_10`](https://github.com/rust-lang/rust-clippy/pull/15410)
168
+
*[fix suggestion for `collapsible_if` and `collapsible_else_if` when the inner `if` is enclosed in parentheses](https://github.com/rust-lang/rust-clippy/pull/15304)
169
+
*[move `cognitive_complexity` lint from `nursery` to `restriction`](https://github.com/rust-lang/rust-clippy/pull/15415)
170
+
*[move `crosspointer_transmute` from `complexity` to `suspicious`](https://github.com/rust-lang/rust-clippy/pull/15403)
*[fix panic while trying to clear old diagnostics while there's nothing](https://github.com/rust-lang/rust-analyzer/pull/20434)
181
+
*[parser: fix parsing of trait bound polarity and for-binders](https://github.com/rust-lang/rust-analyzer/pull/20417)
122
182
123
183
### Rust Compiler Performance Triage
124
184
@@ -326,7 +386,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
326
386
327
387
# Quote of the Week
328
388
329
-
<!-- QOTW goes here -->
389
+
> * solid performance and tools to optimize it further: because the easy thing is generally Fast Enough, it's quick to develop features even in a perf-sensitive project
390
+
391
+
– [Alice I Cecile on /r/rust](https://www.reddit.com/r/rust/comments/1mn9plk/bevys_fifth_birthday/n85mol9/)
392
+
393
+
Despite a lack of suggestions, llogiq is feeling pretty good about his choice.
330
394
331
395
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments