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-10-08-this-week-in-rust.md
+65-3Lines changed: 65 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,9 @@ and just ask the editors to select the category.
72
72
73
73
## Crate of the Week
74
74
75
-
<!-- COTW goes here -->
75
+
This week's crate is [tokio-netem](https://crates.io/crates/tokio-netem), a toolbox of Tokio AsyncRead /AsyncWrite adapters to emulate latency, throttling, slicing, termination, forced shutdown, data injection and data corruption.
76
+
77
+
Thanks to [Viacheslav Biriukov](https://users.rust-lang.org/t/crate-of-the-week/2704/1478) for the self-suggestion!
76
78
77
79
[Please submit your suggestions and votes for next week][submit_crate]!
78
80
@@ -132,7 +134,63 @@ 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
+
398 pull requests were [merged in the last week][merged]
*[log flycheck stdout and stderr to files](https://github.com/rust-lang/rust-analyzer/pull/20806)
190
+
*[fix missing parentheses for `missing_unsafe`](https://github.com/rust-lang/rust-analyzer/pull/20793)
191
+
*[fix panic when using analysis-stats](https://github.com/rust-lang/rust-analyzer/pull/20777)
192
+
*[fix erroneous diagnostic `incorrect_generics_len` when there are generics on `enum` variant used through type alias](https://github.com/rust-lang/rust-analyzer/pull/20787)
193
+
*[ignore impl trait safety errors when the trait is unresolved](https://github.com/rust-lang/rust-analyzer/pull/20770)
136
194
137
195
### Rust Compiler Performance Triage
138
196
@@ -349,7 +407,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
349
407
350
408
# Quote of the Week
351
409
352
-
<!-- QOTW goes here -->
410
+
> For me personally, the best thing about becoming successful at anything is you gain the ability to lift others up.
411
+
412
+
– [Nell Shamrell-Harrington at RustConf](https://youtu.be/nEHLIUWO78I?t=1175) (youtube video link, the rest of the talk is great, too!)
413
+
414
+
Thanks to [llogiq](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1720) for the suggestion!
353
415
354
416
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments