Skip to content

Commit 6dfe0ed

Browse files
committed
adds draft for 567
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 9a06514 commit 6dfe0ed

File tree

2 files changed

+289
-0
lines changed

2 files changed

+289
-0
lines changed

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

Lines changed: 289 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
Title: This Week in Rust 567
2+
Number: 567
3+
Date: 2024-10-02
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-10-02 - 2024-10-30 🦀
154+
155+
### Virtual
156+
* 2024-09-25 | Virtual (Cardiff, UK)| [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
157+
* [**Reflections on RustConf 2024**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/303444953/)
158+
* 2024-09-26 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
159+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633269/)
160+
* 2024-09-26 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
161+
* [**Rusty secure communication on embedded devices**](https://www.meetup.com/charlottesville-rust-meetup/events/303159380/)
162+
* 2024-10-02 | Virtual (Cardiff, UK)| [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
163+
* [**Rust for Rustaceans Book Club: Chapter 8 - Asynchronous Programming**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/301314544/)
164+
* 2024-10-02 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/)
165+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/302031649/)
166+
* 2024-10-02 | Virtual (Vancouver, BC, CA) | [Vancouver Postgres](https://www.meetup.com/vancouver-postgres/)
167+
* [**Leveraging a PL/RUST extension to protect sensitive data in PostgreSQL**](https://www.meetup.com/vancouver-postgres/events/302160672/)
168+
* 2024-10-03 | Virtual | [Women in Rust](https://www.meetup.com/women-in-rust/)
169+
* [**Part 1 of 4 - Rust Essentials: Build Your First API**](https://www.meetup.com/women-in-rust/events/303213069/)
170+
* 2024-10-03 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
171+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298897992/)
172+
* 2024-10-08 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
173+
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/299346983/)
174+
* 2024-10-10 | Virtual | [Women in Rust](https://www.meetup.com/women-in-rust/)
175+
* [**Part 2 of 4 - Navigating Rust Web Frameworks: Axum, Actix, and Rocket**](https://www.meetup.com/women-in-rust/events/303213792/)
176+
* 2024-10-10 | Virtual (Barcelona, ES) | [BcnRust](https://bcnrust.github.io) + [Codurance](https://www.codurance.com/)
177+
* [**15th BcnRust Meetup**](https://www.meetup.com/es-ES/bcnrust/events/303443195/)
178+
* 2024-10-10 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
179+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633270/)
180+
* 2024-10-10 | Virtual (Girona, ES) | [Rust Girona](https://www.meetup.com/rust-girona/)
181+
* [**Leveraging Rust to Improve Your Programming Fundamentals & De Rust A Solana**](https://www.meetup.com/rust-girona/events/303484509/)
182+
* 2024-10-10 - 2024-10-11 | Virtual and In-Person (Vienna, AT) | [Euro Rust](eurorust)
183+
* [**Euro Rust 2024**](https://eurorust.eu/)
184+
* 2024-10-14 | Virtual | [Women in Rust](https://www.meetup.com/women-in-rust/)
185+
* [**👋 Community Catch Up**](https://www.meetup.com/women-in-rust/events/302828025/)
186+
* 2024-10-16 | Virtual and In-Person (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
187+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/298631737/)
188+
* 2024-10-17 | Virtual | [Women in Rust](https://www.meetup.com/women-in-rust/)
189+
* [**Part 3 of 4 - Hackathon Ideation Lab**](https://www.meetup.com/women-in-rust/events/303213817/)
190+
* 2024-10-17| Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
191+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298898023)
192+
* 2024-10-22 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
193+
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/fkmcntygcnbdc/)
194+
195+
### Africa
196+
* 2024-10-05 | Kampala, UG | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033/)
197+
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587)
198+
199+
### Asia
200+
* 2024-09-30 | Singapore, SG | [Singapore Rust Meetup](https://www.meetup.com/rust-singapore/)
201+
* [**How to use Embassy-rs on Esp32**](https://www.meetup.com/rust-singapore/events/303578224/)
202+
* 2024-10-09 | Subang Jaya / Kuala Lumpur, Selangor, MY | [Rust Malaysia](https://rust-malaysia.github.io/meetup/)
203+
* [**Rust Malaysia Meetup - Traits and How to Read Trait (October 2024)**](https://docs.google.com/forms/d/e/1FAIpQLScNS5IWmnzTTJAOw-RIxdj4_BWbxB5NVmAVO30XHr_viMbLqQ/viewform)
204+
* 2024-10-17 - 2024-10-18 | Beijing, CN | [Global Open-Source Innovation Meetup (GOSIM)](https://www.gosim.org/)
205+
* [**GOSIM 2024**](https://china2024.gosim.org/)
206+
* 2024-10-19 | Bangalore/Bengaluru, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore)
207+
* [**October 2024 Rustacean meetup**](https://hasgeek.com/rustbangalore/october-2024-rustacean-meetup/)
208+
209+
### Europe
210+
* 2024-09-26 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/)
211+
* [**Talk Night at Talk Night at Alexandra Instituttet**](https://www.meetup.com/rust-aarhus/events/301522991/)
212+
* 2024-09-26 | Augsburg, DE | [Rust Meetup Augsburg](https://www.meetup.com/rust-meetup-augsburg/)
213+
* [**Rust Meetup #9: From loops to folds**](https://www.meetup.com/rust-meetup-augsburg/events/302437593)
214+
* 2024-09-26 | Berlin, DE | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
215+
* [**Rust and Tell - Title**](https://www.meetup.com/rust-berlin/events/299421380/)
216+
* 2024-09-26 | Prague, CZ | [Rust Prague](https://www.meetup.com/rust-prague/)
217+
* [**Rust Meetup Prague (September 2024)**](https://www.meetup.com/rust-prague/events/303346494/)
218+
* 2024-09-27 | Mannheim, DE | [Hackerstolz e.V.](https://www.hackerstolz.de/en/)
219+
* [**Hackerstolz Stammtisch Rhein-Neckar**](https://www.hackerstolz.de/en/)
220+
* 2024-10-02 | Oxford, UK | [Oxfrod Rust Meetup Group](https://www.meetup.com/oxford-rust-meetup-group/)
221+
* [**Rust for Rustaceans Book Club: Chapter 11: Foreign Function Interfaces**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/303445033/)
222+
* 2024-10-02 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/Stockholm-Rust/)
223+
* [**Rust Meetup @Funnel**](https://www.meetup.com/Stockholm-Rust/events/303213095)
224+
* 2022-10-03 | Nürnberg, DE | [Rust Nurnberg DE](https://www.meetup.com/rust-noris/)
225+
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/300820273/)
226+
* 2024-10-03 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo/events/)
227+
* [**Rust Hack'n'Learn at Kampen Bistro**](https://www.meetup.com/rust-oslo/events/303154268/)
228+
* 2024-10-09 | Reading, UK | [Reading Rust Workshop](https://rustworkshop.co/meetup/)
229+
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/wrdkmtygcnbmb/)
230+
* 2024-10-10 - 2024-10-11 | Virtual and In-Person (Vienna, AT) | [Euro Rust](eurorust)
231+
* [**Euro Rust 2024**](https://eurorust.eu/)
232+
* 2024-10-15 | Leipzig, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/)
233+
* [**Topic TBD**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/302425056/)
234+
235+
### North America
236+
* 2024-09-25 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/)
237+
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/302274449/)
238+
* 2024-09-26 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/)
239+
* [**Music City Rust Develpers : Community Presentations**](https://www.meetup.com/music-city-rust-developers/events/301420118/)
240+
* 2024-09-27 | Cambridge, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
241+
* [**Beacon Hill Rust Lunch, Sep 27**](https://www.meetup.com/bostonrust/events/302498761/)
242+
* 2024-10-03 | Boston, MA, US | [SquiggleConf](https://2024.squiggleconf.com/)
243+
* [**SquiggleConf 2024: "Oxc: Pluggable Next-Gen Tooling At Rust Speed", Don Isaac**](https://2024.squiggleconf.com/schedule)
244+
* 2024-10-03 | St. Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/)
245+
* [**Iterators in Rust**](https://www.meetup.com/stl-rust/events/302371456/)
246+
* 2024-10-04 | Mexico City, DF, MX | [Rust MX](https://www.meetup.com/rust-mx/)
247+
* [**Multi threading y Async en Rust pt1. Prerequisitos**](https://www.meetup.com/rust-mx/events/303480458/)
248+
* 2024-10-08 | Detroit, MI, US | [Detroit Rust](https://www.meetup.com/detroitrust/)
249+
* [**Rust Community Meetup - Ann Arbor**](https://www.meetup.com/detroitrust/events/cvdcntygcnblb/)
250+
* 2024-10-15 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
251+
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/299346970/)
252+
* 2024-10-16 | Virtual and In-Person (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
253+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/298631737/)
254+
* 2024-10-17| Virtual and In-Person (Seattle, WA, US) | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/events/)
255+
* [**October Meetup**](https://www.meetup.com/join-srug/events/303545170/)
256+
* 2024-10-23 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/)
257+
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtygcnbfc/)
258+
259+
If you are running a Rust event please add it to the [calendar] to get
260+
it mentioned here. Please remember to add a link to the event too.
261+
Email the [Rust Community Team][community] for access.
262+
263+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
264+
[community]: mailto:[email protected]
265+
266+
## Jobs
267+
<!--
268+
269+
Rust Jobs:
270+
271+
TWiR has stopped featuring individual job postings. You can read more about this change here:
272+
273+
https://github.com/rust-lang/this-week-in-rust/issues/3412
274+
275+
-->
276+
277+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
278+
279+
# Quote of the Week
280+
281+
<!-- QOTW goes here -->
282+
283+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
284+
285+
*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).*
286+
287+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
288+
289+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)