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
41
*[redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0)
44
42
*[wrkflw v0.7.0 - run and validate github actions locally](https://github.com/bahdotsh/wrkflw/releases/tag/v0.7.0)
45
-
43
+
*[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)
49
49
*[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)
50
+
*[Send/Sync Secret That Separates Professional From Amateur](https://blog.cuongle.dev/p/this-sendsync-secret-separates-professional-and-amateur)
*[video][BaM #29 - Improving the Rust embedded firmware](https://www.youtube.com/live/5Ca6pQQB-mg?si=yHFQMsDbHEXEfpig)
53
+
*[video][David Sankel – Rust and C++ Interop](https://www.youtube.com/watch?v=xihX4RzStYk)
54
+
55
+
*[Are we Teaching Rust Effectively?](https://blog.kodewerx.org/2025/08/are-we-teaching-rust-effectively.html)
50
56
51
57
### Rust Walkthroughs
52
58
53
59
*[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/)
60
+
*[Converting FunctionTrace from C to Rust](https://programsareproofs.com/articles/functiontrace-rust-conversion/)
61
+
*[video][Message framing in Rust and Iroh](https://www.youtube.com/watch?v=h6bBLbcj4Vg)
54
62
55
-
### Research
56
-
57
-
### Miscellaneous
58
63
59
64
## Crate of the Week
60
65
61
-
<!-- COTW goes here -->
66
+
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.
67
+
68
+
Thanks to [Neil Crago](https://users.rust-lang.org/t/crate-of-the-week/2704/1462) for the self-suggestion!
62
69
63
70
[Please submit your suggestions and votes for next week][submit_crate]!
64
71
@@ -119,7 +126,61 @@ If you are an event organizer hoping to expand the reach of your event, please s
119
126
120
127
## Updates from the Rust Project
121
128
122
-
<!-- Rust updates go here -->
129
+
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)
168
+
*[do not lint for `wildcard_imports` in external macro](https://github.com/rust-lang/rust-clippy/pull/15413)
169
+
*[fix `&str` type check in `from_str_radix_10`](https://github.com/rust-lang/rust-clippy/pull/15410)
170
+
*[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)
171
+
*[move `cognitive_complexity` lint from `nursery` to `restriction`](https://github.com/rust-lang/rust-clippy/pull/15415)
172
+
*[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)
183
+
*[parser: fix parsing of trait bound polarity and for-binders](https://github.com/rust-lang/rust-analyzer/pull/20417)
123
184
124
185
### Rust Compiler Performance Triage
125
186
@@ -327,7 +388,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
327
388
328
389
# Quote of the Week
329
390
330
-
<!-- QOTW goes here -->
391
+
> * 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
392
+
393
+
– [Alice I Cecile on /r/rust](https://www.reddit.com/r/rust/comments/1mn9plk/bevys_fifth_birthday/n85mol9/)
394
+
395
+
Despite a lack of suggestions, llogiq is feeling pretty good about his choice.
331
396
332
397
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments