Skip to content

Commit ddae255

Browse files
Merge pull request #5359 from rust-lang/publish-451
Publish TWIR 451, Add draft for TWIR 452
2 parents 0a5a343 + 07ba659 commit ddae255

File tree

2 files changed

+289
-6
lines changed

2 files changed

+289
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ and just ask the editors to select the category.
3131
* [Announcing Rust 1.77.1](https://blog.rust-lang.org/2024/03/28/Rust-1.77.1.html)
3232
* [Changes to `u128`/`i128` layout in 1.77 and 1.78](https://blog.rust-lang.org/2024/03/30/i128-layout-update.html)
3333

34-
### Foundation
35-
3634
### Newsletters
3735
* [This Week In Bevy: 2d Lighting, Particle Systems, Meshlets, and more](https://thisweekinbevy.com/issue/2024-04-01-2d-lighting-particle-systems-meshlets-and-more)
3836

@@ -323,8 +321,6 @@ Rusty Events between 2024-04-03 - 2024-05-01 🦀
323321

324322
### Europe
325323

326-
* 2024-04-10 | Manchester, UK | [Manchseter Rust Meetup](https://www.meetup.com/rust-manchester/)
327-
* [**Rust Manchester April 2024**](https://www.meetup.com/rust-manchester/events/299887934/)
328324
* 2024-04-10 | Cambridge, UK | [Cambridge Rust Meetup](https://www.meetup.com/cambridge-rust-meetup/)
329325
* [**Rust Meetup Reboot 3**](https://www.meetup.com/cambridge-rust-meetup/events/299730322/)
330326
* 2024-04-10 | Cologne/Köln, DE | [Rust Cologne](https://www.meetup.com/rustcologne/)
@@ -410,7 +406,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
410406
411407
-->
412408

413-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
409+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1bpg8b8/official_rrust_whos_hiring_thread_for_jobseekers/)
414410

415411
# Quote of the Week
416412

@@ -428,4 +424,4 @@ Thanks to [Kevin Reid](https://users.rust-lang.org/t/twir-quote-of-the-week/328/
428424

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

431-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
427+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1bveowo/this_week_in_rust_541/)</small>

draft/2024-04-10-this-week-in-rust.md

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
Title: This Week in Rust 542
2+
Number: 542
3+
Date: 2024-04-10
4+
Category: This Week in Rust
5+
6+
Hello and welcome to another issue of *This Week in Rust*!
7+
[Rust](https://www.rust-lang.org/) is a programming language empowering everyone to build reliable and efficient software.
8+
This is a weekly summary of its progress and community.
9+
Want something mentioned? Tag us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) on Twitter or [@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or [send us a pull request](https://github.com/rust-lang/this-week-in-rust).
10+
Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
11+
12+
*This Week in Rust* is openly developed [on GitHub](https://github.com/rust-lang/this-week-in-rust) and archives can be viewed at [this-week-in-rust.org](https://this-week-in-rust.org/).
13+
If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls).
14+
15+
## Updates from Rust Community
16+
17+
<!--
18+
19+
Dear community contributors:
20+
Please read README.md for guidance on submissions.
21+
Each submitted link should be of the form:
22+
23+
* [Title of the Linked Page](https://example.com/my_article)
24+
25+
If you don't know which category to use, feel free to submit a PR anyway
26+
and just ask the editors to select the category.
27+
28+
-->
29+
30+
### Official
31+
32+
### Foundation
33+
34+
### Newsletters
35+
36+
### Project/Tooling Updates
37+
38+
### Observations/Thoughts
39+
40+
### Rust Walkthroughs
41+
42+
### Research
43+
44+
### Miscellaneous
45+
46+
## Crate of the Week
47+
48+
<!-- COTW goes here -->
49+
50+
[Please submit your suggestions and votes for next week][submit_crate]!
51+
52+
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
53+
54+
## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
55+
An important step for RFC implementation is for people to experiment with the
56+
implementation and give feedback, especially before stabilization. The following
57+
RFCs would benefit from user testing before moving forward:
58+
59+
<!-- Calls for Testing go here, use this format:
60+
* [<RFC Topic>](<RFC URL>)
61+
* [Tracking Issue](<Tracking Issue URL>)
62+
* [Testing steps](<Testing Steps URL>)
63+
-->
64+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
65+
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
66+
67+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
68+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
69+
need testing.
70+
71+
## Call for Participation; projects and speakers
72+
73+
### CFP - Projects
74+
75+
Always wanted to contribute to open-source projects but did not know where to start?
76+
Every week we highlight some tasks from the Rust community for you to pick and get started!
77+
78+
Some of these tasks may also have mentors available, visit the task page for more information.
79+
80+
<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) -->
81+
<!-- * [ - ]() -->
82+
83+
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
84+
85+
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
86+
87+
### CFP - Speakers
88+
89+
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.
90+
91+
<!-- CFPs go here, use this format: * [**event name**](link to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
92+
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
93+
94+
If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust).
95+
96+
## Updates from the Rust Project
97+
98+
<!-- Rust updates go here -->
99+
100+
### Rust Compiler Performance Triage
101+
102+
<!-- Perf results go here -->
103+
104+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
105+
106+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
107+
are the RFCs that were approved for implementation this week:
108+
109+
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
110+
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
111+
<!-- * []() -->
112+
113+
<!--
114+
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
115+
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
116+
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
117+
-->
118+
119+
### Final Comment Period
120+
121+
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
122+
which are reaching a decision. Express your opinions now.
123+
124+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
125+
126+
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
127+
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
128+
<!-- * [disposition: ] []() -->
129+
130+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
131+
132+
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
133+
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
134+
<!-- * [disposition: ] []() -->
135+
136+
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
137+
<!-- Remove this section if empty>
138+
139+
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
140+
<!-- Remove this section if empty>
141+
142+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
143+
144+
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
145+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
146+
<!-- * [new|updated] []() -->
147+
148+
## Upcoming Events
149+
150+
Rusty Events between 2024-04-10 - 2024-05-08 🦀
151+
152+
### Virtual
153+
154+
* 2024-04-03 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
155+
* [**Rust for Rustaceans Book Club: Chapter 4 - Error Handling**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/299507234/)
156+
* 2024-04-03 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/)
157+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/299047892/)
158+
* 2024-04-04 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
159+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298368794/)
160+
* 2024-04-09 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
161+
* [**BlueR: a Rust Based Tool for Robust and Safe Bluetooth Control**](https://www.meetup.com/dallasrust/events/298341660/)
162+
* 2024-04-11 | Virtual + In Person (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
163+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298477689/)
164+
* 2024-04-11 | Virtual (Nürnberg, DE) | [Rust Nüremberg](https://www.meetup.com/rust-noris/)
165+
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/297945256/)
166+
* 2024-04-15 & 2024-04-16 | Virtual | [Mainmatter](https://mainmatter.com/)
167+
* [**Remote Workshop: Testing for Rust projects – going beyond the basics**](https://ti.to/mainmatter/rust-testing-april-2024)
168+
* 2024-04-16 | Virtual (Dublin, IE) | [Rust Dublin](https://www.meetup.com/rust-dublin/)
169+
* [**A reverse proxy with Tower and Hyperv1**](https://www.meetup.com/rust-dublin/events/300144192/)
170+
* 2024-04-16 | Virtual (Washinigton, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
171+
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/299346486/)
172+
* 2024-04-17 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
173+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/298542323/)
174+
* 2024-04-18 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
175+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298368799/)
176+
* 2024-04-25 | Virtual + In Person (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
177+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298477692/)
178+
* 2024-04-30 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
179+
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/mvdtgtygcgbnc/)
180+
* 2024-05-01 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/)
181+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/299047895/)
182+
183+
### Africa
184+
185+
* 2024-04-05 | Kampala, UG | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033)
186+
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587)
187+
188+
### Europe
189+
190+
* 2024-04-10 | Cambridge, UK | [Cambridge Rust Meetup](https://www.meetup.com/cambridge-rust-meetup/)
191+
* [**Rust Meetup Reboot 3**](https://www.meetup.com/cambridge-rust-meetup/events/299730322/)
192+
* 2024-04-10 | Cologne/Köln, DE | [Rust Cologne](https://www.meetup.com/rustcologne/)
193+
* [**This Month in Rust, April**](https://www.meetup.com/rustcologne/events/300191375/)
194+
* 2024-04-10 | Manchester, UK | [Rust Manchester](https://www.meetup.com/rust-manchester/)
195+
* [**Rust Manchester April 2024**](https://www.meetup.com/rust-manchester/events/299887934/)
196+
* 2024-04-10 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo/)
197+
* [**Rust Hack'n'Learn at Kampen Bistro**](https://www.meetup.com/rust-oslo/events/299488225/)
198+
* 2024-04-11 | Bordeaux, FR | [Rust Bordeaux](https://www.meetup.com/bordeaux-rust/)
199+
* [**Rust Bordeaux #2 : Présentations**](https://www.meetup.com/bordeaux-rust/events/299628716/)
200+
* 2024-04-11 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/)
201+
* [**Reading Rust Meetup at Browns**](https://www.meetup.com/reading-rust-workshop/events/299694473/)
202+
* 2024-04-15 | Zagreb, HR | [impl Zagreb for Rust](https://www.meetup.com/zagreb-rust-meetup/)
203+
* [**Rust Meetup 2024/04: Building cargo projects with NIX**](https://www.meetup.com/zagreb-rust-meetup/events/299905015/)
204+
* 2024-04-16 | Bratislava, SK | [Bratislava Rust Meetup Group](https://www.meetup.com/bratislava-rust-meetup-group/)
205+
* [**Rust Meetup by Sonalake #5**](https://www.meetup.com/bratislava-rust-meetup-group/events/299302952/)
206+
* 2024-04-16 | Leipzig, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig)
207+
* [**winnow/nom**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/300024630/)
208+
* 2024-04-16 | Munich, DE + Virtual | [Rust Munich](https://www.meetup.com/rust-munich/)
209+
* [**Rust Munich 2024 / 1 - hybrid**](https://www.meetup.com/rust-munich/events/298507657/)
210+
* 2024-04-17 | Bergen, NO | [Hubbel kodeklubb](https://www.meetup.com/bergen-html-css-meetup-group/)
211+
* [**Lær Rust med Conways Game of Life**](https://www.meetup.com/bergen-html-css-meetup-group/events/300031586/)
212+
* 2024-04-20 | Augsburg, DE | [Augsburger Linux-Infotag 2024](https://www.luga.de/static/LIT-2024/)
213+
* [**Augsburger Linux-Infotag 2024: Workshop Einstieg in Embedded Rust mit dem Raspberry Pico WH**](https://www.luga.de/static/LIT-2024/talks/einstieg_in_embedded_rust_mit_dem_raspberry_pico_wh/)
214+
* 2024-04-23 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/)
215+
* [**Rust'n'Tell - Rust for the Web**](https://www.meetup.com/rust-berlin/events/300047151/)
216+
* 2024-04-25 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/)
217+
* [**Talk Night at MFT Energy**](https://www.meetup.com/rust-aarhus/events/299564517/)
218+
* 2024-04-25 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/)
219+
* [**Rust and Tell**](https://www.meetup.com/rust-berlin/events/299288960/)
220+
* 2024-04-27 | Basel, CH | [Rust Basel](https://www.meetup.com/rust-basel/)
221+
* [**Fullstack Rust - Workshop #2**](https://www.meetup.com/rust-basel/events/299933581/)
222+
223+
### North America
224+
225+
* 2024-04-04 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/)
226+
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/299803577/)
227+
* 2024-04-04 | Portland, OR, US | [PDXRust Meetup](https://www.meetup.com/pdxrust/)
228+
* [**Hack Night and First Post-Pandemic Meetup Restart**](https://www.meetup.com/pdxrust/events/300043905/)
229+
* 2024-04-09 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/)
230+
* [**Rust NYC Monthly Meetup**](https://www.meetup.com/rust-nyc/events/300121681/)
231+
* 2024-04-10 | Boulder, CO, US | [Boulder Rust Meetup](https://www.meetup.com/boulder-rust-meetup/)
232+
* [**Rust Meetup: Better Builds w/ Flox + Hangs**](https://www.meetup.com/boulder-rust-meetup/events/300019409/)
233+
* 2024-04-11 | Seattle, WA, US | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/)
234+
* [**Seattle Rust User Group Meetup**](https://www.meetup.com/seattle-rust-user-group/events/299509326/)
235+
* 2024-04-11 | Spokane, WA, US | [Spokane Rust](https://www.meetup.com/spokane-rust/)
236+
* [**Monthly Meetup: Topic TBD!**](https://www.meetup.com/spokane-rust/events/300019993/)
237+
* 2024-04-15 | Somerville, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
238+
* [**Davis Square Rust Lunch, Apr 15**](https://www.meetup.com/bostonrust/events/300116673/)
239+
* 2024-04-16 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/)
240+
* [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/299186907/)
241+
* 2024-04-16 | Seattle, WA, US | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/)
242+
* [**Seattle Rust User Group: Meet Servo and Robius Open Source Projects**](https://www.meetup.com/seattle-rust-user-group/events/299908469/)
243+
* 2024-04-18 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/)
244+
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/299803586/)
245+
* 2024-04-24 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/)
246+
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/299960315/)
247+
* 2024-04-25 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/)
248+
* [**Music City Rust Developers - Async Rust on Embedded**](https://www.meetup.com/music-city-rust-developers/events/299976876/)
249+
* 2024-04-26 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
250+
* [**North End Rust Lunch, Apr 26**](https://www.meetup.com/bostonrust/events/300116689/)
251+
252+
### Oceania
253+
254+
* 2024-04-30 | Canberra, ACT, AU | [Canberra Rust User Group](https://www.meetup.com/rust-canberra/)
255+
* [**April Meetup**](https://www.meetup.com/rust-canberra/events/300023000/)
256+
257+
If you are running a Rust event please add it to the [calendar] to get
258+
it mentioned here. Please remember to add a link to the event too.
259+
Email the [Rust Community Team][community] for access.
260+
261+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
262+
[community]: mailto:[email protected]
263+
264+
## Jobs
265+
<!--
266+
267+
Rust Jobs:
268+
269+
TWiR has stopped featuring individual job postings. You can read more about this change here:
270+
271+
https://github.com/rust-lang/this-week-in-rust/issues/3412
272+
273+
-->
274+
275+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
276+
277+
# Quote of the Week
278+
279+
<!-- QOTW goes here -->
280+
281+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
282+
283+
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), [cdmistman](https://github.com/cdmistman), [ericseppanen](https://github.com/ericseppanen), [extrawurst](https://github.com/extrawurst), [andrewpollack](https://github.com/andrewpollack), [U007D](https://github.com/U007D), [kolharsam](https://github.com/kolharsam), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez).*
284+
285+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
286+
287+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)