Skip to content

Commit c334788

Browse files
authored
Merge pull request rust-lang#5703 from rust-lang/publishing_554
Publishing 554
2 parents bdc11ab + 58ac47a commit c334788

File tree

2 files changed

+277
-31
lines changed

2 files changed

+277
-31
lines changed

draft/2024-07-03-this-week-in-rust.md renamed to content/2024-07-03-this-week-in-rust.md

+12-31
Original file line numberDiff line numberDiff line change
@@ -32,48 +32,39 @@ and just ask the editors to select the category.
3232
### Official
3333
* [Types Team Update and Roadmap](https://blog.rust-lang.org/2024/06/26/types-team-update.html)
3434

35-
### Foundation
36-
37-
### Newsletters
38-
3935
### Project/Tooling Updates
4036
* [Rustlings Rewrite](https://mo8it.com/blog/rustlings-rewrite/)
4137
* [iroh 0.19.0 - Make it your own](https://iroh.computer/blog/iroh-0-19-make-it-your-own)
4238
* [Announcing Polars 1.0](https://pola.rs/posts/announcing-polars-1/)
4339
* [rust-analyzer changelog #240](https://rust-analyzer.github.io/thisweek/2024/07/01/changelog-240.html)
4440
* [r3bl_cmdr v0.0.14 released](https://github.com/r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v0014-2024-06-29)
4541
* [r3bl_tui v0.5.6 released](https://github.com/r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v056-2024-06-29)
46-
* [Danube - Pub/Sub messaging broker](https://dev-state.com/posts/danube_intro/) - Intro to Danube - a distributed Pub/Sub message broker developed in Rust.
47-
* [what-the-time 1.0.0](https://github.com/sdball/what-the-time/releases/tag/v1.0.0): calculate
48-
time diffs between JSON log lines
42+
* [Danube - Pub/Sub messaging broker](https://dev-state.com/posts/danube_intro/)
43+
* [what-the-time 1.0.0](https://github.com/sdball/what-the-time/releases/tag/v1.0.0)
4944
* [Meilisearch releases v1.9](https://blog.meilisearch.com/meilisearch-1-9/)
50-
51-
* [derive-deftly (the template-based derive macro facility) is nearing 1.x - call for review/testing](https://diziet.dreamwidth.org/18695.html)
45+
* [derive-deftly (the template-based derive macro facility) is nearing 1.x - call for review/testing](https://diziet.dreamwidth.org/18695.html)
5246

5347
### Observations/Thoughts
5448
* [Ergonomic Self-Referential Types for Rust](https://blog.yoshuawuyts.com/self-referential-types/)
5549
* [More thoughts on claiming](https://smallcultfollowing.com/babysteps/blog/2024/06/26/claim-followup-1/)
5650
* [Async closures](https://hackmd.io/@compiler-errors/async-closures)
5751
* [Rust has three reference types!](https://ssbr.xyz/blog/rust-has-three-reference-types/)
52+
* [sans-IO: The secret to effective Rust for network services](https://www.firezone.dev/blog/sans-io)
5853
* [audio] [OxidOS with Alexandru Radovici](https://corrode.dev/podcast/s02e05-oxidos/)
5954

60-
- [sans-IO: The secret to effective Rust for network services](https://www.firezone.dev/blog/sans-io)
61-
6255
### Rust Walkthroughs
6356
* [Resolving Rust Symbols](https://blog.shrirambalaji.com/posts/resolving-rust-symbols/)
6457
* [#![doc = include_str!()] with intra-doc links](https://linebender.org/blog/doc-include/)
65-
- [The Minimal Rust-Wasm Setup](https://dzfrias.dev/blog/rust-wasm-minimal-setup/)
58+
* [The Minimal Rust-Wasm Setup](https://dzfrias.dev/blog/rust-wasm-minimal-setup/)
6659
* [Build with Naz : Markdown parser in Rust and nom from r3bl_tui](https://developerlife.com/2024/06/28/md-parser-rust-from-r3bl-tui/)
6760
* [Adding compile-time safety to the AWS SDK with syn's Visit trait](https://medium.com/@sam.van.overmeire/adding-compile-time-safety-to-the-aws-sdk-with-syns-visit-trait-57bfbbac8677)
6861
* [Adding GraphQL Support to Loco with Seaography](https://www.sea-ql.org/blog/2024-07-01-graphql-support-with-loco-seaography/)
6962
* [Rust patterns: Don't put any code in mod.rs or lib.rs files](https://kerkour.com/rust-patterns-dont-put-code-in-lib-mod-files)
70-
71-
### Research
63+
* [series] [Master Hexagonal Architecture in Rust (part 3): `Service`, the heart of hexagonal architecture](https://www.howtocodeit.com/articles/master-hexagonal-architecture-rust#service-the-heart-of-hexagonal-architecture)
7264

7365
### Miscellaneous
74-
* [video] [Zelda Hessler discusses the AWS SDK for Rust](https://www.youtube.com/watch?v=-PTSJbUZ_Jo)
75-
7666
* [FizzBuzz Multithreaded - synchronization with rendezvous channels](https://firedbg.sea-ql.org/blog/2024-06-30-fizzbuzz-multithread/)
67+
* [video] [Zelda Hessler discusses the AWS SDK for Rust](https://www.youtube.com/watch?v=-PTSJbUZ_Jo)
7768

7869
## Crate of the Week
7970

@@ -112,10 +103,6 @@ Every week we highlight some tasks from the Rust community for you to pick and g
112103

113104
Some of these tasks may also have mentors available, visit the task page for more information.
114105

115-
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
116-
<!-- * [ - ]() -->
117-
<!-- or if none - *No Calls for participation were submitted this week.* -->
118-
119106
* [diesel- Add support for currently unsupported range operators and methods](https://github.com/diesel-rs/diesel/issues/4092)
120107

121108
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (Formerly twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
@@ -126,8 +113,7 @@ If you are a Rust project owner and are looking for contributors, please submit
126113

127114
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
128115

129-
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
130-
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
116+
*No Calls for papers or presentations were submitted this week.*
131117

132118
If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (Formerly twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
133119

@@ -224,13 +210,8 @@ If you are an event organizer hoping to expand the reach of your event, please s
224210

225211
# 2024-07-02 Triage Log
226212

227-
We saw a large set of primary benchmarks regress, mostly due to PR
228-
#120924 (`lint_reasons` and `#[expect]`) and PR #120639 (new effects
229-
desugaring). Separate from those, there are a couple rollup PRs
230-
(#127076, #127096) with some regressions that were limited to
231-
relatively few benchmarks; pnkfelix was unable to isolate a injecting
232-
PR that can be identified as a root cause (outside assistance
233-
welcome!).
213+
We saw a large set of primary benchmarks regress, mostly due to PR #120924 (`lint_reasons` and `#[expect]`) and PR #120639 (new effects
214+
desugaring). Separate from those, there are a couple rollup PRs (#127076, #127096) with some regressions that were limited to relatively few benchmarks; pnkfelix was unable to isolate a injecting PR that can be identified as a root cause (outside assistance welcome!).
234215

235216
Triage done by **@pnkfelix**.
236217
Revision range: [c3d7fb39..cf2df68d](https://perf.rust-lang.org/?start=c3d7fb398569407350abe044e786bc7890c90397&end=cf2df68d1f5e56803c97d91e2b1a9f1c9923c533&absolute=false&stat=instructions%3Au)
@@ -381,7 +362,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
381362
382363
-->
383364

384-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
365+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1cixuzr/official_rrust_whos_hiring_thread_for_jobseekers/)
385366

386367
# Quote of the Week
387368

@@ -397,4 +378,4 @@ Thanks to [scottmcm](https://users.rust-lang.org/t/twir-quote-of-the-week/328/15
397378

398379
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
399380

400-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
381+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1duvbdp/this_week_in_rust_554_this_week_in_rust/)</small>

0 commit comments

Comments
 (0)