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-04-09-this-week-in-rust.md
+51-3Lines changed: 51 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,9 @@ and just ask the editors to select the category.
53
53
54
54
## Crate of the Week
55
55
56
-
<!-- COTW goes here -->
56
+
This week's crate is [graft](https://github.com/orbitinghail/graft), a transactional storage engine optimized for lazy, partial, and strongly consistent replication.
57
+
58
+
Thanks to [Carl Sverre](https://users.rust-lang.org/t/crate-of-the-week/2704/1426) for the self-suggestion!
57
59
58
60
[Please submit your suggestions and votes for next week][submit_crate]!
59
61
@@ -101,7 +103,49 @@ If you are an event organizer hoping to expand the reach of your event, please s
101
103
102
104
## Updates from the Rust Project
103
105
104
-
<!-- Rust updates go here -->
106
+
451 pull requests were [merged in the last week][merged]
*[rust-analyzer: add more completion about "impl"](https://github.com/rust-lang/rust-analyzer/pull/19447)
143
+
*[rust-analyzer: align usage of `default` and `new` with style guide](https://github.com/rust-lang/rust-analyzer/pull/19520)
144
+
*[rust-analyzer: don't drop references with more than one definition](https://github.com/rust-lang/rust-analyzer/pull/19515)
145
+
*[rust-analyzer: fix color brackets in string context](https://github.com/rust-lang/rust-analyzer/pull/19514)
146
+
*[rust-analyzer: fix `format_args` lowering for ≥1.87](https://github.com/rust-lang/rust-analyzer/pull/19531)
147
+
*[rust-analyzer: fix a bug in MBE expansion that arose from incorrect fixing of an older bug in MBE](https://github.com/rust-lang/rust-analyzer/pull/19501)
148
+
*[rust-analyzer: yet another false positive invalid cast diagnostic](https://github.com/rust-lang/rust-analyzer/pull/19432)
105
149
106
150
### Rust Compiler Performance Triage
107
151
@@ -296,7 +340,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
296
340
297
341
# Quote of the Week
298
342
299
-
<!-- QOTW goes here -->
343
+
> The moment I froze Doctest with a loop in a comment.
344
+
345
+
– [/u/HaMMeReD describing their first Rust Whoa! moment on /r/rust](https://www.reddit.com/r/rust/comments/1jrmuj6/what_is_your_woah_moment_in_rust/mlg9ns4/)
346
+
347
+
Despite a lack of suggestions, llogiq is content with his choice.
300
348
301
349
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments