Skip to content

Commit ee78544

Browse files
Create draft for 565
1 parent d6ab9ec commit ee78544

File tree

1 file changed

+303
-0
lines changed

1 file changed

+303
-0
lines changed
Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
Title: This Week in Rust 565
2+
Number: 565
3+
Date: 2024-09-18
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-09-18 - 2024-10-16 🦀
154+
155+
### Virtual
156+
* 2024-09-10 - 2024-09-13 | Hybrid: Virtual and In-Person (Montreal, QC, CA) | [Rust Conf](https://rustconf.com/)
157+
* [**Rust Conf 2024**](https://foundation.rust-lang.org/events/rustconf-2024/)
158+
* 2024-09-12 | 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/298633268/)
160+
* 2024-09-12 | Virtual (Rotterdam, NL) | [Bevy Game Development](https://www.meetup.com/bevy-game-development/)
161+
* [**Bevy Meetup #6**](https://www.meetup.com/bevy-game-development/events/302841892/)
162+
* 2024-09-12 | Virtual (San Diego, CA, US) | [San Diego Rust](https://www.meetup.com/san-diego-rust/)
163+
* [**San Diego Rust September 2024 Tele-Meetup**](https://www.meetup.com/san-diego-rust/events/303363549/)
164+
* 2024-09-16 | Virtual | [Women in Rust](https://www.meetup.com/women-in-rust/)
165+
* [**👋 Community Catch Up**](https://www.meetup.com/women-in-rust/events/302827971/)
166+
* 2024-09-17 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
167+
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/299346969/)
168+
* 2024-09-18 | Virtual and In-Person (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
169+
* [**Cells**](https://www.meetup.com/vancouver-rust/events/298631736/)
170+
* 2024-09-18 - 2024-09-20 | Hybrid - Virtual and In-Person (Vienna, AT) | [Linux Plumbers Conference](https://lpc.events)
171+
* [**Rust Microconference in LPC 2024**](https://lpc.events/event/18/sessions/186/)
172+
* 2024-09-19 | 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/298897973/)
174+
* 2024-09-19 | Virtual and In-Person (Seattle, WA, US) | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/events/)
175+
* [**September Meetup**](https://www.meetup.com/join-srug/events/303067835/)
176+
* 2024-09-24 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
177+
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/301585670/)
178+
* 2024-09-26 | 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/298633269/)
180+
* 2024-09-26 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
181+
* [**Rusty secure communication on embedded devices**](https://www.meetup.com/charlottesville-rust-meetup/events/303159380/)
182+
* 2024-10-02 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/)
183+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/302031649/)
184+
* 2024-10-02 | Virtual (Vancouver, BC, CA) | [Vancouver Postgres](https://www.meetup.com/vancouver-postgres/)
185+
* [**Leveraging a PL/RUST extension to protect sensitive data in PostgreSQL**](https://www.meetup.com/vancouver-postgres/events/302160672/)
186+
* 2024-10-03 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
187+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298897992/)
188+
* 2024-10-08 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
189+
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/299346983/)
190+
191+
### Africa
192+
* 2024-10-05 | Kampala, UG | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033/)
193+
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587)
194+
195+
### Asia
196+
* 2024-09-14 | Bangalore, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore)
197+
* [**September 2024 Rustacean meetup**](https://hasgeek.com/rustbangalore/september-2024-rustacean-meetup/)
198+
* 2024-09-21 | Bangalore/Bengaluru, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore)
199+
* [**September 2024 Rustacean meetup**](https://hasgeek.com/rustbangalore/september-2024-rustacean-meetup/)
200+
201+
### Europe
202+
* 2024-09-11 | Reading, UK | [Reading Rust Workshop](https://rustworkshop.co/meetup/)
203+
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/302833564/)
204+
* 2024-09-17 | Leipzig, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/)
205+
* [**2D-gamedev mit "bevy"**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/302425049/)
206+
* 2024-09-17 | Manchester, UK | [Rust Manchester](https://www.meetup.com/rust-manchester/)
207+
* [**Rust Manchester September Code Night**](https://www.meetup.com/rust-manchester/events/303112113/)
208+
* 2024-09-17 | Trondheim, NO | [Rust Trondheim](https://www.meetup.com/rust-trondheim/)
209+
* [**Making AI-models perform tasks, in Rust!**](https://www.meetup.com/rust-trondheim/events/302957040/)
210+
* 2024-09-18 | Moravia, CZ | [Rust Moravia](https://www.meetup.com/rust-moravia/)
211+
* [**Rust Moravia Meetup (September 2024)**](https://www.meetup.com/rust-moravia/events/301360936)
212+
* 2024-09-18 | Vienna, AT + Virtual | [Linux Plumbers Conference](https://lpc.events)
213+
* [**Rust Microconference in LPC 2024 (Sep 18-20)**](https://lpc.events/event/18/sessions/186/)
214+
* 2024-09-21 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/Stockholm-Rust/)
215+
* [**Ferris' Fika Forum #5**](https://www.meetup.com/Stockholm-Rust/events/303210419)
216+
* 2024-09-23 | Bratislava, SK | [Bratislava Rust Meetup Group](https://www.meetup.com/bratislava-rust-meetup-group/)
217+
* [**Rust Meetup by Sonalake #6**](https://www.meetup.com/bratislava-rust-meetup-group/events/302916594/)
218+
* 2024-09-24 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris/events/)
219+
* [**Rust Meetup #70**](https://www.meetup.com/rust-paris/events/303212378/)
220+
* 2024-09-24 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/Stockholm-Rust)
221+
* [**Rust meetup #70**](https://www.meetup.com/Stockholm-Rust/events/303210419)
222+
* 2024-09-26 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/)
223+
* [**Talk Night**](https://www.meetup.com/rust-aarhus/events/301522991/)
224+
* 2024-09-26 | Augsburg, DE | [Rust Meetup Augsburg](https://www.meetup.com/rust-meetup-augsburg/)
225+
* [**Rust Meetup #9: From loops to folds**](https://www.meetup.com/rust-meetup-augsburg/events/302437593)
226+
* 2024-09-26 | Berlin, DE | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
227+
* [**Rust and Tell - Title**](https://www.meetup.com/rust-berlin/events/299421380/)
228+
* 2024-09-26 | Prague, CZ | [Rust Prague](https://www.meetup.com/rust-prague/)
229+
* [**Rust Meetup Prague (September 2024)**](https://www.meetup.com/rust-prague/events/303346494/)
230+
* 2024-09-27 | Mannheim, DE | [Hackerstolz e.V.](https://www.hackerstolz.de/en/)
231+
* [**Hackerstolz Stammtisch Rhein-Neckar**](https://www.hackerstolz.de/en/)
232+
* 2024-10-02 | Oxford, UK | [Oxfrod Rust Meetup Group](https://www.meetup.com/oxford-rust-meetup-group/)
233+
* [**Oxford Rust and C++ social**](https://www.meetup.com/oxford-rust-meetup-group/events/303123395/)
234+
* 2024-10-02 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/Stockholm-Rust/)
235+
* [**Rust Meetup @Funnel**](https://www.meetup.com/Stockholm-Rust/events/303213095)
236+
* 2022-10-03 | Nürnberg, DE | [Rust Nurnberg DE](https://www.meetup.com/rust-noris/)
237+
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/300820273/)
238+
* 2024-10-03 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo/events/)
239+
* [**Rust Hack'n'Learn at Kampen Bistro**](https://www.meetup.com/rust-oslo/events/303154268/)
240+
* 2024-10-09 | Reading, UK | [Reading Rust Workshop](https://rustworkshop.co/meetup/)
241+
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/wrdkmtygcnbmb/)
242+
243+
### North America
244+
* 2024-09-11 | Boulder, CO, US | [Boulder Rust Meetup](https://www.meetup.com/boulder-rust-meetup/)
245+
* [**Boulder Elixir Meetup**](hhttps://www.meetup.com/boulder-elixir/events/302991078/)
246+
* 2024-09-12 | Chicago, IL, US | [Deep Dish Rust](https://www.meetup.com/deep-dish-rust/)
247+
* [**Rust Hack Night/Happy Hour**](https://www.meetup.com/deep-dish-rust/events/303286998/)
248+
* 2024-09-16 | Cambridge, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
249+
* [**Somerville Union Square Rust Lunch, Sep 16**](https://www.meetup.com/bostonrust/events/302498750/)
250+
* 2024-09-17 | Minneapolis, MN US | [Minneapolis Rust Meetup](https://www.meetup.com/minneapolis-rust-meetup/)
251+
* [**Minneapolis Rust Meetup Happy Hour**](https://www.meetup.com/minneapolis-rust-meetup/events/303374015/)
252+
* 2024-09-17 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/)
253+
* [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/302638248/)
254+
* 2024-09-18 | Virtual and In-Person (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
255+
* [**Cells**](https://www.meetup.com/vancouver-rust/events/298631736/)
256+
* 2024-09-19 | Virtual and In-Person (Seattle, WA, US) | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/events/)
257+
* [**September Meetup**](https://www.meetup.com/join-srug/events/303067835/)
258+
* 2024-09-21 | Longview, TX, US | [Longview Code and Coffee](https://www.meetup.com/longview-code-and-coffee/)
259+
* [**Longview Code and Coffee**](https://www.meetup.com/longview-code-and-coffee/events/301976355/)
260+
* 2024-09-24 | Detroit, MI, US | [Detroit Rust](https://www.meetup.com/detroitrust/)
261+
* [**Rust Community Meetup - Ferndale**](https://www.meetup.com/detroitrust/events/zfcbntygcmbgc/)
262+
* 2024-09-25 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/)
263+
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/302274449/)
264+
* 2024-09-26 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/)
265+
* [**Music City Rust Develpers : Community Presentations**](https://www.meetup.com/music-city-rust-developers/events/301420118/)
266+
* 2024-09-27 | Cambridge, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/)
267+
* [**Beacon Hill Rust Lunch, Sep 27**](https://www.meetup.com/bostonrust/events/302498761/)
268+
* 2024-10-03 | St. Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/)
269+
* [**Iterators in Rust**](https://www.meetup.com/stl-rust/events/302371456/)
270+
* 2024-10-08 | Detroit, MI, US | [Detroit Rust](https://www.meetup.com/detroitrust/)
271+
* [**Rust Community Meetup - Ann Arbor**](https://www.meetup.com/detroitrust/events/cvdcntygcnblb/)
272+
273+
If you are running a Rust event please add it to the [calendar] to get
274+
it mentioned here. Please remember to add a link to the event too.
275+
Email the [Rust Community Team][community] for access.
276+
277+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
278+
[community]: mailto:[email protected]
279+
280+
## Jobs
281+
<!--
282+
283+
Rust Jobs:
284+
285+
TWiR has stopped featuring individual job postings. You can read more about this change here:
286+
287+
https://github.com/rust-lang/this-week-in-rust/issues/3412
288+
289+
-->
290+
291+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
292+
293+
# Quote of the Week
294+
295+
<!-- QOTW goes here -->
296+
297+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
298+
299+
*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).*
300+
301+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
302+
303+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)