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
Copy file name to clipboardExpand all lines: draft/2025-07-09-this-week-in-rust.md
+74-3Lines changed: 74 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,9 @@ and just ask the editors to select the category.
50
50
51
51
## Crate of the Week
52
52
53
-
<!-- COTW goes here -->
53
+
This week's crate is [flac-coded](https://crates.io/crates/flac-codec), an implementation of (unsurprisingly) the Free Lossless Audio Codec (FLAC) file format.
54
+
55
+
Thanks to [tuffy](https://users.rust-lang.org/t/crate-of-the-week/2704/1449) for the self-suggestion!
54
56
55
57
[Please submit your suggestions and votes for next week][submit_crate]!
56
58
@@ -132,7 +134,72 @@ If you are an event organizer hoping to expand the reach of your event, please s
132
134
133
135
## Updates from the Rust Project
134
136
135
-
<!-- Rust updates go here -->
137
+
588 pull requests were [merged in the last week][merged]
*[fix some things with builtin derives](https://github.com/rust-lang/rust-analyzer/pull/20167)
194
+
*[honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata](https://github.com/rust-lang/rust-analyzer/pull/20148)
195
+
*[improve diagnostic ranges for `macro_calls!`](https://github.com/rust-lang/rust-analyzer/pull/20160)
196
+
*[fix incorrect closure capturing for let exprs](https://github.com/rust-lang/rust-analyzer/pull/20161)
197
+
*[resolve HIR display length issues and improve adjustment tooltips](https://github.com/rust-lang/rust-analyzer/pull/20031)
198
+
*[resolve item in match bind](https://github.com/rust-lang/rust-analyzer/pull/20120)
199
+
*[improve flycheck and build script progress reporting](https://github.com/rust-lang/rust-analyzer/pull/20170)
200
+
*[re-enable fixpoint iteration for variance computation](https://github.com/rust-lang/rust-analyzer/pull/20157)
201
+
*[restructure proc-macro loading erros, differentiate hard error property on kind](https://github.com/rust-lang/rust-analyzer/pull/20156)
202
+
*[workaround missing none group support in builtin macros](https://github.com/rust-lang/rust-analyzer/pull/20112)
136
203
137
204
### Rust Compiler Performance Triage
138
205
@@ -311,7 +378,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
311
378
312
379
# Quote of the Week
313
380
314
-
<!-- QOTW goes here -->
381
+
> You might be asking: why did you rewrite \[...\] in Rust? And yeah, I don’t really have a good reason. It’s a hobby project. Like gardening, but with more segfaults.
382
+
383
+
– [Collin Richards on their blog](https://richardscollin.github.io/tmux-rs/)
384
+
385
+
Thanks to [robin](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1701) for the suggestion!
315
386
316
387
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments