Skip to content

Commit 2702f16

Browse files
committed
prepares 571 for publish, creates draft for 572
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 5fce7c1 commit 2702f16

File tree

2 files changed

+286
-1
lines changed

2 files changed

+286
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/r
315315

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

318-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
318+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1gg2v76/this_week_in_rust_571/)</small>
Lines changed: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,285 @@
1+
Title: This Week in Rust 572
2+
Number: 572
3+
Date: 2024-11-06
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://x.com/ThisWeekInRust) on X (formerly 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+
Want TWIR in your inbox? [Subscribe here](https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&id=0ed8b72485).
16+
17+
## Updates from Rust Community
18+
19+
<!--
20+
21+
Dear community contributors:
22+
Please read README.md for guidance on submissions.
23+
Each submitted link should be of the form:
24+
25+
* [Title of the Linked Page](https://example.com/my_article)
26+
27+
If you don't know which category to use, feel free to submit a PR anyway
28+
and just ask the editors to select the category.
29+
30+
-->
31+
32+
### Official
33+
34+
### Foundation
35+
36+
### Newsletters
37+
38+
### Project/Tooling Updates
39+
40+
### Observations/Thoughts
41+
42+
### Rust Walkthroughs
43+
44+
### Research
45+
46+
### Miscellaneous
47+
48+
## Crate of the Week
49+
50+
<!-- COTW goes here -->
51+
52+
[Please submit your suggestions and votes for next week][submit_crate]!
53+
54+
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
55+
56+
## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
57+
An important step for RFC implementation is for people to experiment with the
58+
implementation and give feedback, especially before stabilization. The following
59+
RFCs would benefit from user testing before moving forward:
60+
61+
<!-- Calls for Testing go here, use this format:
62+
* [<RFC Topic>](<RFC URL>)
63+
* [Tracking Issue](<Tracking Issue URL>)
64+
* [Testing steps](<Testing Steps URL>)
65+
-->
66+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
67+
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
68+
69+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
70+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
71+
need testing.
72+
73+
## Call for Participation; projects and speakers
74+
75+
### CFP - Projects
76+
77+
Always wanted to contribute to open-source projects but did not know where to start?
78+
Every week we highlight some tasks from the Rust community for you to pick and get started!
79+
80+
Some of these tasks may also have mentors available, visit the task page for more information.
81+
82+
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
83+
<!-- * [ - ]() -->
84+
<!-- or if none - *No Calls for participation were submitted this week.* -->
85+
86+
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)!
87+
88+
[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines
89+
90+
### CFP - Events
91+
92+
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.
93+
94+
<!-- 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 -->
95+
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
96+
97+
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)!
98+
99+
## Updates from the Rust Project
100+
101+
<!-- Rust updates go here -->
102+
103+
### Rust Compiler Performance Triage
104+
105+
<!-- Perf results go here -->
106+
107+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
108+
109+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
110+
are the RFCs that were approved for implementation this week:
111+
112+
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
113+
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
114+
<!-- * []() -->
115+
116+
<!--
117+
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
118+
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
119+
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
120+
-->
121+
122+
### Final Comment Period
123+
124+
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
125+
which are reaching a decision. Express your opinions now.
126+
127+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
128+
129+
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
130+
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
131+
<!-- * [disposition: ] []() -->
132+
133+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
134+
135+
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
136+
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
137+
<!-- * [disposition: ] []() -->
138+
139+
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
140+
<!-- Remove this section if empty>
141+
142+
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
143+
<!-- Remove this section if empty>
144+
145+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
146+
147+
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
148+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
149+
<!-- * [new|updated] []() -->
150+
151+
## Upcoming Events
152+
153+
Rusty Events between 2024-11-06 - 2024-12-04 🦀
154+
155+
### Virtual
156+
* 2024-10-31 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
157+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298898048/)
158+
* 2024-10-31 | Virtual (Nürnberg, DE) | [Rust Nurnberg DE](https://www.meetup.com/rust-noris/)
159+
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/300820274/)
160+
* 2024-11-01 | Virtual (Jersey City, NJ, US) | [Jersey City Classy and Curious Coders Club Cooperative](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/)
161+
* [**Rust Coding / Game Dev Fridays Open Mob Session!**](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/events/gvxrntygcpbcb/)
162+
* 2024-11-02 | Virtual( Kampala, UG) | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033/)
163+
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587)
164+
* 2024-11-06 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/)
165+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/302031651/)
166+
* 2024-11-07 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
167+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633272/)
168+
* 2024-11-08 | Virtual (Jersey City, NJ, US) | [Jersey City Classy and Curious Coders Club Cooperative](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/)
169+
* [**Rust Coding / Game Dev Fridays Open Mob Session!**](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/events/304099245/)
170+
* 2024-11-12 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
171+
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/299346985/)
172+
* 2024-11-14 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
173+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298898070/)
174+
* 2024-11-14 | Virtual and In-Person (Lehi, UT, US) | [Utah Rust](https://www.meetup.com/utah-rust/events/)
175+
* [**Green Thumb: Building a Bluetooth-Enabled Plant Waterer with Rust and Microbit**](https://www.meetup.com/utah-rust/events/304206130/)
176+
* 2024-11-14 | Virtual and In-Person (Seattle, WA, US) | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/)
177+
* [**November Meetup**](https://www.meetup.com/join-srug/events/304166747/)
178+
* 2024-11-15 | Virtual (Jersey City, NJ, US) | [Jersey City Classy and Curious Coders Club Cooperative](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/)
179+
* [**Rust Coding / Game Dev Fridays Open Mob Session!**](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/events/gvxrntygcpbtb/)
180+
* 2024-11-19 | Virtual (Los Angeles, CA, US) | [DevTalk LA](https://www.meetup.com/lajugstudygroup/)
181+
* [**Discussion - Topic: Rust for UI**](https://www.meetup.com/lajugstudygroup/events/302952703/)
182+
* 2024-11-19 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
183+
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/299346971/)
184+
* 2024-11-20 | Virtual and In-Person (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
185+
* [**Embedded Rust Workshop**](https://www.meetup.com/vancouver-rust/events/304047664/)
186+
* 2024-11-21 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
187+
* [**Trustworthy IoT with Rust--and passwords!**](https://www.meetup.com/charlottesville-rust-meetup/events/304216847/)
188+
* 2024-11-21 | Virtual (Rotterdam, NL) | [Bevy Game Development](https://www.meetup.com/bevy-game-development/events/)
189+
* [**Bevy Meetup #7**](https://www.meetup.com/bevy-game-development/events/304078762/)
190+
* 2024-11-26 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
191+
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/fkmcntygcpbjc/)
192+
193+
### Europe
194+
* 2024-10-30 | Hamburg, DE | [Rust Meetup Hamburg](https://www.meetup.com/rust-meetup-hamburg/)
195+
* [**Rust Hack & Learn October 2024**](https://www.meetup.com/rust-meetup-hamburg/events/303373054/)
196+
* 2024-10-31 | Berlin, DE | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
197+
* [**Rust and Tell - Title**](https://www.meetup.com/rust-berlin/events/300820289/)
198+
* 2024-10-31 | Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community/events/)
199+
* [**Rust meetup #52 sponsored by Trifork and OpenZeppelin**](https://www.meetup.com/copenhagen-rust-community/events/303041084/)
200+
* 2024-11-05 | Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community/events/)
201+
* [**Rust Hack Night #10: Rust <3 Nix**](https://www.meetup.com/copenhagen-rust-community/events/304237226/)
202+
* 2024-11-06 | Oxford, UK | [Oxford Rust Meetup Group](https://www.meetup.com/oxford-rust-meetup-group/)
203+
* [**Oxford Rust and C++ social**](https://www.meetup.com/oxford-rust-meetup-group/events/303123398/)
204+
* 2024-11-06 | Paris, FR | [Paris Rustaceans](https://www.eventbrite.fr/o/paris-rustaceans-74289178383)
205+
* [**Rust Meetup in Paris**](https://www.eventbrite.fr/e/rust-meetup-in-paris-tickets-1037795553437)
206+
* 2024-11-12 | Zurich, CH | [Rust Zurich](https://www.meetup.com/rust-zurich/events/)
207+
* [**Encrypted/distributed filesystems, wasm-bindgen**](https://www.meetup.com/rust-zurich/events/304162840)
208+
* 2024-11-13 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/)
209+
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/303915771/)
210+
* 2024-11-14 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/Stockholm-Rust/)
211+
* [**Rust Meetup @UXStream**](https://www.meetup.com/stockholm-rust/events/304124737/)
212+
* 2024-11-19 | Leipzig, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/)
213+
* [**Daten sichern mit ZFS (und Rust)**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/302425200/)
214+
* 2024-11-21 | Edinburgh, UK | [Rust and Friends](https://www.meetup.com/rust-edi/events/)
215+
* [**Rust and Friends (pub)**](https://www.meetup.com/rust-and-friends/events/304110922/)
216+
* 2024-11-21 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo/events/)
217+
* [**Rust Hack'n'Learn at Kampen Bistro**](https://www.meetup.com/rust-oslo/events/303154277/)
218+
* 2024-11-23 | Basel, CH | [Rust Basel](https://www.meetup.com/rust-basel/events/)
219+
* [**Rust + HTMX - Workshop #3**](https://www.meetup.com/rust-basel/events/303714372/)
220+
221+
### North America
222+
* 2024-10-30 | Chicago, IL, US | [Deep Dish Rust](https://www.meetup.com/deep-dish-rust/)
223+
* [**Rust Workshop: deploying your code**](https://www.meetup.com/deep-dish-rust/events/304071348/)
224+
* 2024-10-31 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/rust-study-group/events/)
225+
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/304272695/)
226+
* 2024-11-04 | Brookline, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
227+
* [**Coolidge Corner Brookline Rust Lunch, Nov 4**](https://www.meetup.com/bostonrust/events/303708387/)
228+
* 2024-11-07 | Montréal, QC, CA | [Rust Montréal](https://www.meetup.com/rust-montreal/)
229+
* [**November Monthly Social**](https://www.meetup.com/rust-montreal/events/304248702/)
230+
* 2024-11-07 | St. Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/)
231+
* [**Game development with Rust and the Bevy engine**](https://www.meetup.com/stl-rust/events/302371464/)
232+
* 2024-11-12 | Ann Arbor, MI, US | [Detroit Rust](https://www.meetup.com/detroitrust/)
233+
* [**Rust Community Meetup - Ann Arbor**](https://www.meetup.com/detroitrust/events/cvdcntygcpbqb/)
234+
* 2024-11-14 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/)
235+
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/hackerdojo/events/304211045/)
236+
* 2024-11-15 | Mexico City, DF, MX | [Rust MX](https://www.meetup.com/rust-mx/)
237+
* [**Multi threading y Async en Rust parte 2 - Smart Pointes y Closures**](https://www.meetup.com/rust-mx/events/304150412/)
238+
* 2024-11-15 | Somerville, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
239+
* [**Ball Square Rust Lunch, Nov 15**](https://www.meetup.com/bostonrust/events/303708398/)
240+
* 2024-11-19 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/events/)
241+
* [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/302638252/)
242+
* 2024-11-23 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
243+
* [**Boston Common Rust Lunch, Nov 23**](https://www.meetup.com/bostonrust/events/303708407/)
244+
* 2024-11-25 | Ferndale, MI, US | [Detroit Rust](https://www.meetup.com/detroitrust/)
245+
* [**Rust Community Meetup - Ferndale**](https://www.meetup.com/detroitrust/events/dmgjntygcpbhc/)
246+
* 2024-11-27 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/)
247+
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtygcpbkc/)
248+
249+
### Oceania
250+
* 2024-10-31 | Auckland, NZ | [Rust AKL](https://www.meetup.com/rust-akl/)
251+
* [**Rust AKL: Rust on AWS: Sustainability + Peace: Zero Stress Automation**](https://www.meetup.com/rust-akl/events/303824919/)
252+
* 2024-11-12 | Christchurch, NZ | [Christchurch Rust Meetup Group](https://www.meetup.com/christchurch-rustlang-meetup-group/events/)
253+
* [**Christchurch Rust Meetup**](https://www.meetup.com/christchurch-rustlang-meetup-group/events/304029765/)
254+
255+
If you are running a Rust event please add it to the [calendar] to get
256+
it mentioned here. Please remember to add a link to the event too.
257+
Email the [Rust Community Team][community] for access.
258+
259+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
260+
[community]: mailto:[email protected]
261+
262+
## Jobs
263+
<!--
264+
265+
Rust Jobs:
266+
267+
TWiR has stopped featuring individual job postings. You can read more about this change here:
268+
269+
https://github.com/rust-lang/this-week-in-rust/issues/3412
270+
271+
-->
272+
273+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
274+
275+
# Quote of the Week
276+
277+
<!-- QOTW goes here -->
278+
279+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
280+
281+
*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).*
282+
283+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
284+
285+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)