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
@@ -99,7 +101,72 @@ If you are an event organizer hoping to expand the reach of your event, please s
99
101
100
102
## Updates from the Rust Project
101
103
102
-
<!-- Rust updates go here -->
104
+
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)
161
+
*[honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata](https://github.com/rust-lang/rust-analyzer/pull/20148)
162
+
*[improve diagnostic ranges for `macro_calls!`](https://github.com/rust-lang/rust-analyzer/pull/20160)
163
+
*[fix incorrect closure capturing for let exprs](https://github.com/rust-lang/rust-analyzer/pull/20161)
164
+
*[resolve HIR display length issues and improve adjustment tooltips](https://github.com/rust-lang/rust-analyzer/pull/20031)
165
+
*[resolve item in match bind](https://github.com/rust-lang/rust-analyzer/pull/20120)
166
+
*[improve flycheck and build script progress reporting](https://github.com/rust-lang/rust-analyzer/pull/20170)
167
+
*[re-enable fixpoint iteration for variance computation](https://github.com/rust-lang/rust-analyzer/pull/20157)
168
+
*[restructure proc-macro loading erros, differentiate hard error property on kind](https://github.com/rust-lang/rust-analyzer/pull/20156)
169
+
*[workaround missing none group support in builtin macros](https://github.com/rust-lang/rust-analyzer/pull/20112)
103
170
104
171
### Rust Compiler Performance Triage
105
172
@@ -264,7 +331,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
264
331
265
332
# Quote of the Week
266
333
267
-
<!-- QOTW goes here -->
334
+
> 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.
335
+
336
+
– [Collin Richards on their blog](https://richardscollin.github.io/tmux-rs/)
337
+
338
+
Thanks to [robin](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1701) for the suggestion!
268
339
269
340
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments