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)
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)
48
55
49
56
### Rust Walkthroughs
50
-
51
57
*[Lessons learned from implementing SIMD-accelerated algorithms (ChaCha20 / ChaCha12) in pure Rust](https://kerkour.com/rust-simd)
52
58
*[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/)
59
+
*[Converting FunctionTrace from C to Rust](https://programsareproofs.com/articles/functiontrace-rust-conversion/)
60
+
*[video][Message framing in Rust and Iroh](https://www.youtube.com/watch?v=h6bBLbcj4Vg)
53
61
54
-
### Research
55
-
56
-
### Miscellaneous
57
62
58
63
## Crate of the Week
59
64
60
-
<!-- COTW goes here -->
65
+
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.
66
+
67
+
Thanks to [Neil Crago](https://users.rust-lang.org/t/crate-of-the-week/2704/1462) for the self-suggestion!
61
68
62
69
[Please submit your suggestions and votes for next week][submit_crate]!
63
70
@@ -118,7 +125,61 @@ If you are an event organizer hoping to expand the reach of your event, please s
118
125
119
126
## Updates from the Rust Project
120
127
121
-
<!-- Rust updates go here -->
128
+
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)
167
+
*[do not lint for `wildcard_imports` in external macro](https://github.com/rust-lang/rust-clippy/pull/15413)
168
+
*[fix `&str` type check in `from_str_radix_10`](https://github.com/rust-lang/rust-clippy/pull/15410)
169
+
*[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)
170
+
*[move `cognitive_complexity` lint from `nursery` to `restriction`](https://github.com/rust-lang/rust-clippy/pull/15415)
171
+
*[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)
182
+
*[parser: fix parsing of trait bound polarity and for-binders](https://github.com/rust-lang/rust-analyzer/pull/20417)
122
183
123
184
### Rust Compiler Performance Triage
124
185
@@ -326,7 +387,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
326
387
327
388
# Quote of the Week
328
389
329
-
<!-- QOTW goes here -->
390
+
> * 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
391
+
392
+
– [Alice I Cecile on /r/rust](https://www.reddit.com/r/rust/comments/1mn9plk/bevys_fifth_birthday/n85mol9/)
393
+
394
+
Despite a lack of suggestions, llogiq is feeling pretty good about his choice.
330
395
331
396
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments