Skip to content

Commit a9371bb

Browse files
authored
Merge pull request #6049 from rust-lang/publishing_570
publishing 570
2 parents d109100 + d62f2f0 commit a9371bb

File tree

2 files changed

+287
-18
lines changed

2 files changed

+287
-18
lines changed

draft/2024-10-23-this-week-in-rust.md renamed to content/2024-10-23-this-week-in-rust.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,12 @@ and just ask the editors to select the category.
3232
### Official
3333
* [Announcing Rust 1.82.0](https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html)
3434

35-
### Foundation
36-
37-
### Newsletters
38-
3935
### Project/Tooling Updates
4036
* [Ratatui 0.29.0](https://ratatui.rs/highlights/v029/)
4137
* [Life of a Zed Extension: Rust, WIT, Wasm](https://zed.dev/blog/zed-decoded-extensions)
4238
* [Shuttle’s New Platform — Redefining Backend Development](https://www.shuttle.dev/blog/2024/10/10/shuttle-redefining-backend-development)
4339
* [Hifitime version 4.0.0: A Leap Forward in Time Management](https://nyxspace.com/blog/2024/10/17/hifitime-version-400-a-leap-forward-in-time-management/)
4440
* [Fjall 2.2 - now supports serializable snapshot isolation (multi-writer transactions)](https://fjall-rs.github.io/post/announcing-fjall-22/)
45-
4641
* [pg-extras-rs - PostgreSQL database performance insights](https://github.com/pawurb/pg-extras-rs)
4742

4843
### Observations/Thoughts
@@ -63,8 +58,6 @@ and just ask the editors to select the category.
6358
* [ When should I use String vs &str? ](https://steveklabnik.com/writing/when-should-i-use-string-vs-str/)
6459
* [Using Web Workers in Rust Webapps](https://allwright.io/#/blog/20241016-using-web-workers.md)
6560

66-
### Research
67-
6861
### Miscellaneous
6962
* [Starting a Rust Community](https://www.understandingrecruitment.com/knowledge-hub/blog/the-rust-review-starting-a-rust-community/)
7063

@@ -108,17 +101,11 @@ Every week we highlight some tasks from the Rust community for you to pick and g
108101

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

111-
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
112-
<!-- * [ - ]() -->
113-
<!-- or if none - *No Calls for participation were submitted this week.* -->
114-
115104
* [Rama — add "Deny All" Dns Resolver](https://github.com/plabayo/rama/issues/329)
116105
* [Rama — expand support to hijack based on context data](https://github.com/plabayo/rama/issues/328)
117106
* [Rama — support vec/array impl for DnsResolver](https://github.com/plabayo/rama/issues/332)
118107
* [Rama — Support IP modes in connector and resolver](https://github.com/plabayo/rama/issues/331)
119108

120-
121-
122109
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)!
123110

124111
[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines
@@ -127,9 +114,7 @@ If you are a Rust project owner and are looking for contributors, please submit
127114

128115
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.
129116

130-
131-
<!-- 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 -->
132-
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
117+
*No Calls for papers or presentations were submitted this week.*
133118

134119
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)!
135120

@@ -248,7 +233,6 @@ are the RFCs that were approved for implementation this week:
248233
* [RFC: Allow boolean literals as `cfg` predicates](https://github.com/rust-lang/rfcs/pull/3695)
249234

250235
### Final Comment Period
251-
252236
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
253237
which are reaching a decision. Express your opinions now.
254238

@@ -411,7 +395,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
411395
412396
-->
413397

414-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
398+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1fa0tf6/official_rrust_whos_hiring_thread_for_jobseekers/)
415399

416400
# Quote of the Week
417401

0 commit comments

Comments
 (0)