Skip to content

Commit c96dd7b

Browse files
committed
move 597 to content folder, add new draft
1 parent 8675aea commit c96dd7b

File tree

2 files changed

+317
-0
lines changed

2 files changed

+317
-0
lines changed
File renamed without changes.
Lines changed: 317 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,317 @@
1+
Title: This Week in Rust 598
2+
Number: 598
3+
Date: 2025-05-07
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
10+
[@thisweekinrust.bsky.social](https://bsky.app/profile/thisweekinrust.bsky.social) on Bluesky or
11+
[@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or
12+
[send us a pull request](https://github.com/rust-lang/this-week-in-rust).
13+
Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
14+
15+
*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/).
16+
If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls).
17+
18+
Want TWIR in your inbox? [Subscribe here](https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&id=0ed8b72485).
19+
20+
## Updates from Rust Community
21+
22+
<!--
23+
24+
Dear community contributors:
25+
Please read README.md for guidance on submissions.
26+
Each submitted link should be of the form:
27+
28+
* [Title of the Linked Page](https://example.com/my_article)
29+
30+
If you don't know which category to use, feel free to submit a PR anyway
31+
and just ask the editors to select the category.
32+
33+
-->
34+
35+
### Official
36+
37+
### Foundation
38+
39+
### Newsletters
40+
41+
### Project/Tooling Updates
42+
43+
### Observations/Thoughts
44+
45+
### Rust Walkthroughs
46+
47+
### Research
48+
49+
### Miscellaneous
50+
51+
## Crate of the Week
52+
53+
<!-- COTW goes here -->
54+
55+
[Please submit your suggestions and votes for next week][submit_crate]!
56+
57+
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
58+
59+
## Calls for Testing
60+
61+
An important step for RFC implementation is for people to experiment with the
62+
implementation and give feedback, especially before stabilization. The following
63+
RFCs would benefit from user testing before moving forward:
64+
65+
<!-- Calls for Testing go here, use this format:
66+
* [<RFC Topic>](<RFC URL>)
67+
* [Tracking Issue](<Tracking Issue URL>)
68+
* [Testing steps](<Testing Steps URL>)
69+
-->
70+
<!-- or if there are no new or updated RFCs this week, use: -->
71+
<!-- * *No New or Updated RFCs were created this week.* -->
72+
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
73+
74+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
75+
76+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
77+
78+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
79+
80+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
81+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
82+
need testing.
83+
84+
## Call for Participation; projects and speakers
85+
86+
### CFP - Projects
87+
88+
Always wanted to contribute to open-source projects but did not know where to start?
89+
Every week we highlight some tasks from the Rust community for you to pick and get started!
90+
91+
Some of these tasks may also have mentors available, visit the task page for more information.
92+
93+
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
94+
<!-- * [ - ]() -->
95+
<!-- or if none - *No Calls for participation were submitted this week.* -->
96+
97+
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)!
98+
99+
[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines
100+
101+
### CFP - Events
102+
103+
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.
104+
105+
<!-- 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 -->
106+
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
107+
108+
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)!
109+
110+
## Updates from the Rust Project
111+
112+
<!-- Rust updates go here -->
113+
114+
### Rust Compiler Performance Triage
115+
116+
<!-- Perf results go here -->
117+
118+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
119+
120+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
121+
are the RFCs that were approved for implementation this week:
122+
123+
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
124+
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
125+
<!-- * []() -->
126+
127+
<!--
128+
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
129+
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
130+
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
131+
-->
132+
133+
### Final Comment Period
134+
135+
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
136+
which are reaching a decision. Express your opinions now.
137+
138+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
139+
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
140+
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
141+
<!-- * [disposition: ] []() -->
142+
143+
#### Tracking Issues & PRs
144+
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
145+
<!-- or if none entered FCP this week, use: -->
146+
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
147+
<!-- * [disposition: ] []() -->
148+
149+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
150+
151+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
152+
153+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
154+
155+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
156+
157+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
158+
159+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
160+
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
161+
<!-- or if there are no new or updated RFCs this week, use: -->
162+
<!-- * *No New or Updated RFCs were created this week.* -->
163+
<!-- * [new|updated] []() -->
164+
165+
## Upcoming Events
166+
167+
Rusty Events between 2025-05-07 - 2025-06-04 🦀
168+
169+
### Virtual
170+
* 2025-05-01 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona)
171+
* [**Sessió setmanal de codificació / Weekly coding session**](https://lu.ma/clzsjmn0)
172+
* 2025-05-03 | Virtual (Kampala, UG) | [Rust Circle Meetup](https://www.eventbrite.com/o/rust-circle-kampala-65249289033)
173+
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587)
174+
* 2025-05-04 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
175+
* [**Rust Readers Discord Discussion: Async Rust**](https://www.meetup.com/dallasrust/events/307556965)
176+
* 2025-05-05 | Virtual (Tel Aviv-Yafo, IL) | [Rust 🦀 TLV](https://www.meetup.com/rust-tlv/events/)
177+
* [**Tauri: Cross-Platform desktop applications with Rust and web technologies**](https://www.meetup.com/rust-tlv/events/307178592/)
178+
* 2025-05-07 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/events/)
179+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/302031663)
180+
* 2025-05-07 | Virtual (Rotterdam, NL) | [Bevy Game Development](https://www.meetup.com/bevy-game-development/events/)
181+
* [**Bevy Meetup #10**](https://www.meetup.com/bevy-game-development/events/307354690)
182+
* 2025-05-08 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona)
183+
* [**Sessió setmanal de codificació / Weekly coding session**](https://lu.ma/2lmcm9iq)
184+
* 2025-05-08 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/)
185+
* [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/300820300)
186+
* 2025-05-11 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
187+
* [**Rust Readers Discord Discussion: Async Rust**](https://www.meetup.com/dallasrust/events/kvqfrtyhchbpb)
188+
* 2025-05-13 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
189+
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/305020415)
190+
* 2025-05-15 | Virtual (Joint Meetup, Europe + Israel) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/), [Rust Paris](https://www.meetup.com/de-DE/rust-paris/), [London Rust Project Group](https://www.meetup.com/de-DE/london-rust-project-group/), [Rust Zürisee](https://www.meetup.com/de-DE/rust-zurich/), [Rust TLV](https://www.meetup.com/de-DE/rust-tlv/), [Rust Nürnberg](https://www.meetup.com/de-DE/rust-noris/), [Rust Munich](https://www.meetup.com/de-DE/rust-munich/), [Rust Aarhus](https://www.meetup.com/de-de/rust-aarhus/), [lunch.rs](http://lunch.rs/)
191+
* [**🦀 Celebrating 10 years of Rust 1.0 🦀**](https://www.meetup.com/rust-berlin/events/307293317)
192+
* 2025-05-15 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona)
193+
* [**Sessió setmanal de codificació / Weekly coding session**](https://lu.ma/eeqmobhz)
194+
* 2025-05-18 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
195+
* [**Rust Readers Discord Discussion: Async Rust**](https://www.meetup.com/dallasrust/events/kvqfrtyhchbxb)
196+
* 2025-05-20 | Virtual (London, GB) | [Women in Rust](https://www.meetup.com/women-in-rust/events/)
197+
* [**Threading through lifetimes of borrowing - the Rust way**](https://www.meetup.com/women-in-rust/events/307522540)
198+
* 2025-05-20 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/events/)
199+
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/305170826)
200+
* 2025-05-21 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/events/)
201+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/307184332)
202+
* 2025-05-22 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/)
203+
* [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/300820302)
204+
* 2025-05-22 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona)
205+
* [**Sessió setmanal de codificació / Weekly coding session**](https://lu.ma/8zabmc3w)
206+
* 2025-05-25 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
207+
* [**Rust Readers Discord Discussion: Async Rust**](https://www.meetup.com/dallasrust/events/kvqfrtyhchbhc)
208+
* 2025-05-27 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
209+
* [**Fourth Tuesday**](https://www.meetup.com/dallasrust/events/305361435)
210+
211+
### Asia
212+
* 2025-05-24 | Bangalore/Bengaluru, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore)
213+
* [**May 2025 Rustacean meetup**](https://hasgeek.com/rustbangalore/may-2025-rustacean-meetup/)
214+
215+
### Europe
216+
* 2025-04-30 | Frankfurt, DE | [Rust Rhein-Main](https://www.meetup.com/rust-rhein-main/events/)
217+
* [**Kubernetes Operator in Rust**](https://www.meetup.com/rust-rhein-main/events/306772838)
218+
* 2025-05-01 | Nürnberg, DE | [Rust Nuremberg](https://www.meetup.com/rust-noris/events/)
219+
* [**Hackers Hike 0x0**](https://www.meetup.com/rust-noris/events/305522254)
220+
* 2025-05-04 | Istanbul, TR | [Türkiye Rust Community](https://kommunity.com/turkiye-rust-community/events)
221+
* [**Rust Connect**](https://kommunity.com/turkiyerust/events/rust-connect-91f7b3a6)
222+
* 2025-05-06 | Cambridge, GB | [Cambridge Rust Meetup](https://www.meetup.com/cambridge-rust-meetup/events/)
223+
* [**Monthly Rust Meetup**](https://www.meetup.com/cambridge-rust-meetup/events/307477191)
224+
* 2025-05-06 - 2025-05-07 | Paris, FR | [WebAssembly and Rust Meetup](https://www.meetup.com/wasm-rust-meetup/)
225+
* [**GOSIM AI Paris 2025**](https://www.meetup.com/wasm-rust-meetup/events/306530699/)
226+
* 2025-05-06 | Paris, FR | [WebAssembly and Rust Meetup (Wasm Empowering AI)](https://www.meetup.com/wasm-rust-meetup/events/)
227+
* [**GOSIM AI Paris 2025 (Discount available)**](https://www.meetup.com/wasm-rust-meetup/events/306530699)
228+
* 2025-05-07 | Girona, ES | [Rust Girona](https://lu.ma/rust-girona)
229+
* [**Rust Girona Hack & Learn 05 2025**](https://lu.ma/k4nscy5q)
230+
* 2025-05-07 | Köln, DE | [Rust Cologne](https://www.meetup.com/rust-cologne-bonn/events/)
231+
* [**Rust in May: FFI**](https://www.meetup.com/rustcologne/events/307548402)
232+
* 2025-05-07 | Madrid, ES | [MadRust](https://www.meetup.com/madrust/events/)
233+
* [**VII Lenguajes, VII Perspectivas, I Problema**](https://www.meetup.com/madrust/events/307030185)
234+
* 2025-05-07 | Oxford, UK | [Oxford Rust Meetup Group](https://www.meetup.com/oxford-rust-meetup-group/events/)
235+
* [**Oxford Rust and C++ social**](https://www.meetup.com/oxford-rust-meetup-group/events/306541571)
236+
* 2025-05-08 | Gdansk, PL | [Rust Gdansk](https://www.meetup.com/rust-gdansk/events/)
237+
* [**Rust Gdansk Meetup #8**](https://www.meetup.com/rust-gdansk/events/307281434)
238+
* 2025-05-08 | London, UK | [London Rust Project Group](https://www.meetup.com/london-rust-project-group/events/)
239+
* [**Adopting Rust (Hosted by Lloyds bank)**](https://www.meetup.com/london-rust-project-group/events/307085179)
240+
* 2025-05-13 - 2025-05-17 | Utrecht, NL | [Rust NL](https://rustweek.org/about)
241+
* [**RustWeek 2025**](https://rustweek.org)
242+
* 2025-05-14 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/)
243+
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/305045447)
244+
* 2025-05-15 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo/events/)
245+
* [**Rust 10-year anniversary @ Appear**](https://www.meetup.com/rust-oslo/events/307427014)
246+
* 2025-05-16 | Amsterdam, NL | [RustNL](https://www.meetup.com/rust-amsterdam/events/)
247+
* [**Rust Week Hackathon**](https://www.meetup.com/rust-nederland/events/307107584)
248+
* 2025-05-16 | Utrecht, NL | [Rust NL Meetup Group](https://www.meetup.com/rust-nederland/)
249+
* [**RustWeek Hackathon**](https://www.meetup.com/rust-nederland/events/307107584/)
250+
* 2025-05-20 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/events/)
251+
* [**Hack Night - Robot Edition**](https://www.meetup.com/rust-aarhus/events/307289572)
252+
* 2025-05-20 | Leipzig, SN, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/)
253+
* [**Topic TBD**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/305741635)
254+
* 2025-05-22 | Bern, CH | [Rust Bern](https://www.meetup.com/rust-bern/events/)
255+
* [**2025 Rust Talks Bern #3 @zentroom**](https://www.meetup.com/rust-bern/events/307559606)
256+
* 2025-05-22 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris/events/)
257+
* [**Rust meetup #77**](https://www.meetup.com/rust-paris/events/307565141)
258+
* 2025-05-27 | Basel, CH | [Rust Basel](https://www.meetup.com/rust-basel/events/)
259+
* [**Rust Meetup #11 @ Letsboot Basel**](https://www.meetup.com/rust-basel/events/307567083)
260+
261+
### North America
262+
* 2025-05-01 | Saint Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/events/)
263+
* [**SIUE Capstone Project reflections on Rust**](https://www.meetup.com/stl-rust/events/304026152)
264+
* 2025-05-03 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/)
265+
* [**Boston Common Rust Lunch, May 3**](https://www.meetup.com/bostonrust/events/306845368)
266+
* 2025-05-07 | Chicago, IL, US | [Chicago Rust Meetup](https://www.meetup.com/chicago-rust-meetup/events/)
267+
* [**Rust Happy Hour**](https://www.meetup.com/chicago-rust-meetup/events/307557852)
268+
* 2025-05-08 | México City, MX | [Rust MX](https://www.meetup.com/rust-mx/events/)
269+
* [**Calculando con el compilador: Compiler time vs Run time. Introducción a uv**](https://www.meetup.com/rust-mx/events/307015601)
270+
* 2025-05-08 | Portland, OR, US | [PDXRust](https://www.meetup.com/pdxrust/events/)
271+
* [**Apache DataFusion: A Fast, Extensible, Modular Analytic Query Engine in Rust**](https://www.meetup.com/pdxrust/events/307288436)
272+
* 2025-05-11 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/)
273+
* [**Porter Square Rust Lunch, May 11**](https://www.meetup.com/bostonrust/events/306845728)
274+
2025-05-15 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/events/)
275+
* [**Using Rust For Web Series 2 : Why you, Yes You. Should use Hyperscript!**](https://www.meetup.com/music-city-rust-developers/events/304333101)
276+
* 2025-05-15 | Redmond, WA, US | [Seattle Rust User Group](https://www.meetup.com/join-srug/events/)
277+
* [**May, 2025 SRUG (Seattle Rust User Group) Meetup**](https://www.meetup.com/seattle-rust-user-group/events/305658468)
278+
* 2025-05-20 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/events/)
279+
* [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/307337307)
280+
* 2025-05-28 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/)
281+
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtyhchblc)
282+
283+
### South America
284+
* 2025-05-28 | Montevideo, DE, UY | [Rust Meetup Uruguay](https://www.meetup.com/rust-uruguay/events/)
285+
* [**Primera meetup de Rust en 2025!**](https://www.meetup.com/rust-uruguay/events/307341567)
286+
287+
If you are running a Rust event please add it to the [calendar] to get
288+
it mentioned here. Please remember to add a link to the event too.
289+
Email the [Rust Community Team][community] for access.
290+
291+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
292+
[community]: mailto:[email protected]
293+
294+
## Jobs
295+
<!--
296+
297+
Rust Jobs:
298+
299+
TWiR has stopped featuring individual job postings. You can read more about this change here:
300+
301+
https://github.com/rust-lang/this-week-in-rust/issues/3412
302+
303+
-->
304+
305+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
306+
307+
# Quote of the Week
308+
309+
<!-- QOTW goes here -->
310+
311+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
312+
313+
*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), [U007D](https://github.com/U007D), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez), [bdillo](https://github.com/bdillo)*
314+
315+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
316+
317+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)