|
| 1 | +Title: This Week in Rust 545 |
| 2 | +Number: 545 |
| 3 | +Date: 2024-05-01 |
| 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 | +[Writing ergonomic async assertions in Rust](https://www.niklaslong.ch/deadline/) |
| 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](link to issue) --> |
| 83 | +<!-- * [ - ]() --> |
| 84 | + |
| 85 | +If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines]. |
| 86 | + |
| 87 | +[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821 |
| 88 | + |
| 89 | +### CFP - Speakers |
| 90 | + |
| 91 | +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. |
| 92 | + |
| 93 | +<!-- 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 --> |
| 94 | +<!-- or if none - *No Calls for papers or presentations were submitted this week.* --> |
| 95 | + |
| 96 | +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). |
| 97 | + |
| 98 | +## Updates from the Rust Project |
| 99 | + |
| 100 | +<!-- Rust updates go here --> |
| 101 | + |
| 102 | +### Rust Compiler Performance Triage |
| 103 | + |
| 104 | +<!-- Perf results go here --> |
| 105 | + |
| 106 | +### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master) |
| 107 | + |
| 108 | +Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These |
| 109 | +are the RFCs that were approved for implementation this week: |
| 110 | + |
| 111 | +<!-- Approved RFCs go here, use this format: * [Topic](URL) --> |
| 112 | +<!-- or if none were approved this week, use: * *No RFCs were approved this week.* --> |
| 113 | +<!-- * []() --> |
| 114 | + |
| 115 | +<!-- |
| 116 | +### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html) |
| 117 | +<!~~ MCPs occur infrequently, so this section is commented out by default. ~~> |
| 118 | +<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~> |
| 119 | +--> |
| 120 | + |
| 121 | +### Final Comment Period |
| 122 | + |
| 123 | +Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs |
| 124 | +which are reaching a decision. Express your opinions now. |
| 125 | + |
| 126 | +#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) |
| 127 | + |
| 128 | +<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) --> |
| 129 | +<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* --> |
| 130 | +<!-- * [disposition: ] []() --> |
| 131 | + |
| 132 | +#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) |
| 133 | + |
| 134 | +<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) --> |
| 135 | +<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* --> |
| 136 | +<!-- * [disposition: ] []() --> |
| 137 | + |
| 138 | +### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) |
| 139 | +<!-- Remove this section if empty> |
| 140 | +
|
| 141 | +### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) |
| 142 | +<!-- Remove this section if empty> |
| 143 | +
|
| 144 | +### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) |
| 145 | +
|
| 146 | +<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) --> |
| 147 | +<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* --> |
| 148 | +<!-- * [new|updated] []() --> |
| 149 | + |
| 150 | +## Upcoming Events |
| 151 | + |
| 152 | +Rusty Events between 2024-05-01 - 2024-05-29 🦀 |
| 153 | + |
| 154 | +### Virtual |
| 155 | + |
| 156 | +* 2024-04-24 | Virtual + In Person (Prague, CZ) | [Rust Czech Republic](https://www.meetup.com/rust-czech-republic/) |
| 157 | + * [**#2: Making Safe Rust Safer (Pavel Šimerda)**](https://www.meetup.com/rust-czech-republic/events/300388563) |
| 158 | +* 2024-04-25 | 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/298477692/) |
| 160 | +* 2024-04-30 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/) |
| 161 | + * [**Last Tuesday**](https://www.meetup.com/dallasrust/events/mvdtgtygcgbnc/) |
| 162 | +* 2024-05-01 | 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 5 - Project Structure**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/300325526/) |
| 164 | +* 2024-05-01 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) |
| 165 | + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/299047895/) |
| 166 | +* 2024-05-02 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) |
| 167 | + * [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298368804/) |
| 168 | +* 2024-05-07 | Virtual (Buffalo, NY) | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup/) |
| 169 | + * [**Buffalo Rust User Group**](https://www.meetup.com/buffalo-rust-meetup/events/300100279/) |
| 170 | +* 2024-05-09 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/) |
| 171 | + * [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298477697/) |
| 172 | +* 2024-05-09 | Virtual (Israel) | [Rust in Israel](https://rust.org.il/) |
| 173 | + * [**Rust at Microsoft, Tel Aviv - Are we embedded yet?**](https://www.meetup.com/code-mavens/events/300144781/) |
| 174 | +* 2024-05-09 | Virtual (Nuremberg/Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/) |
| 175 | + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/297945257/) |
| 176 | +* 2024-05-14 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/) |
| 177 | + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/298341699/) |
| 178 | +* 2024-05-14 | Virtual (Halifax, NS, CA) | [Rust Halifax](https://www.meetup.com/rust-tell-halifax/) |
| 179 | + * [**Rust&Tell - Halifax**](https://www.meetup.com/rust-tell-halifax/events/300437775/) |
| 180 | +* 2024-05-14 | Virtual + In-Person (München/Munich, DE) | [Rust Munich](https://www.meetup.com/rust-munich/) |
| 181 | + * [**Rust Munich 2024 / 1 - hybrid (Rescheduled)**](https://www.meetup.com/rust-munich/events/298507657/) |
| 182 | +* 2024-05-15 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/) |
| 183 | + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/298542323/) |
| 184 | +* 2024-05-16 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) |
| 185 | + * [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298312423/) |
| 186 | +* 2024-05-21 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/) |
| 187 | + * [**Mid-month Rustful—forensic parsing via Artemis**](https://www.meetup.com/rustdc/events/299346490/) |
| 188 | + |
| 189 | +### Africa |
| 190 | + |
| 191 | +* 2024-05-04 | Kampala, UG | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033) |
| 192 | + * [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587?aff=ebdsoporgprofile) |
| 193 | + |
| 194 | +### Asia |
| 195 | + |
| 196 | +* 2024-05-11 | Bangalore, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore) |
| 197 | + * [**May 2024 Rustacean meetup**](https://hasgeek.com/rustbangalore/may-2024-rustacean-meetup/) |
| 198 | + |
| 199 | +### Europe |
| 200 | + |
| 201 | +* 2024-04-24 | Virtual + In Person (Prague, CZ) | [Rust Czech Republic](https://www.meetup.com/rust-czech-republic/) |
| 202 | + * [**#2: Making Safe Rust Safer (Pavel Šimerda)**](https://www.meetup.com/rust-czech-republic/events/300388563) |
| 203 | +* 2024-04-25 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/) |
| 204 | + * [**Talk Night at MFT Energy**](https://www.meetup.com/rust-aarhus/events/299564517/) |
| 205 | +* 2024-04-25 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/) |
| 206 | + * [**Rust and Tell - TBD**](https://www.meetup.com/rust-berlin/events/299288960/) |
| 207 | +* 2024-04-25 | København/Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community/) |
| 208 | + * [**Rust meetup #46 sponsored by Nine A/S**](https://www.meetup.com/copenhagen-rust-community/events/300458178/) |
| 209 | +* 2024-04-25 | Vienna, AT | [Rust Vienna](https://www.meetup.com/rust-vienna/) |
| 210 | + * [**Rust Vienna x Python User Group - April**](https://www.meetup.com/rust-vienna/events/300389154/) |
| 211 | +* 2024-04-27 | Basel, CH | [Rust Basel](https://www.meetup.com/rust-basel/) |
| 212 | + * [**Fullstack Rust - Workshop #2 (Register by 23 April)**](https://www.meetup.com/rust-basel/events/299933581/) |
| 213 | +* 2024-04-27 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/stockholm-rust/) |
| 214 | + * [**Ferris' Fika Forum #2**](https://www.meetup.com/stockholm-rust/events/300369409) |
| 215 | +* 2024-04-30 | Budapest, HU | [Budapest Rust Meetup Group](https://www.meetup.com/budapest-rust-meetup-group/) |
| 216 | + * [**Rust Meetup Budapest 2**](https://www.meetup.com/budapest-rust-meetup-group/events/300269044/) |
| 217 | +* 2024-04-30 | Salzburg, AT | Rust Salzburg |
| 218 | + * [**Rust Salzburg meetup**]: 6:30pm - CCC Salzburg, 1. OG, ArgeKultur, Ulrike-Gschwandtner-Straße 5, 5020 Salzburg |
| 219 | +* 2024-05-01 | Köln/Cologne, DE | [Rust Cologne](https://www.meetup.com/rustcologne/) |
| 220 | + * [**This Month in Rust, May**](https://www.meetup.com/rustcologne/events/300610856/) |
| 221 | +* 2024-05-01 | Utrecht, NL | [NL-RSE Community](https://nl-rse.org/events/2024-05-01-meetup) |
| 222 | + * [**NL-RSE RUST meetup**](https://www.eventbrite.nl/e/nl-rse-rust-meetup-tickets-871056271757) |
| 223 | +* 2024-05-06 | Delft, NL | [GOSIM](https://www.gosim.org/) |
| 224 | + * [**GOSIM Europe 2024**](https://europe2024.gosim.org/) |
| 225 | +* 2024-05-07 & 2024-05-08 | Delft, NL | [RustNL](https://rustnl.org/) |
| 226 | + * [**RustNL 2024**](https://2024.rustnl.org/) |
| 227 | +* 2024-05-08 | Cambridge, UK | [Cambridge Rust Meetup](https://www.meetup.com/cambridge-rust-meetup/) |
| 228 | + * [**Monthly Rust Meetup**](https://www.meetup.com/cambridge-rust-meetup/events/300573716/) |
| 229 | +* 2024-05-09 | Gdańsk, PL | [Rust Gdansk](https://www.meetup.com/rust-gdansk/) |
| 230 | + * [**Rust Gdansk Meetup #2**](https://www.meetup.com/rust-gdansk/events/299766774/) |
| 231 | +* 2024-05-14 | Virtual + In-Person (München/Munich, DE) | [Rust Munich](https://www.meetup.com/rust-munich/) |
| 232 | + * [**Rust Munich 2024 / 1 - hybrid (Rescheduled)**](https://www.meetup.com/rust-munich/events/298507657/) |
| 233 | +* 2024-05-14 | Prague, CZ | [Rust Prague](https://www.meetup.com/rust-prague/) |
| 234 | + * [**Rust Meetup Prague (May 2024)**](https://www.meetup.com/rust-prague/events/300566374/) |
| 235 | +* 2024-05-21 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/) |
| 236 | + * [**Hack Night**](https://www.meetup.com/rust-aarhus/events/300307155/) |
| 237 | +* 2024-05-21 | Zurich, CH | [Rust Zurich](https://www.meetup.com/rust-zurich/) |
| 238 | + * [**Save the date - Mai Meetup**](https://www.meetup.com/rust-zurich/events/300513957/) |
| 239 | + |
| 240 | +### North America |
| 241 | + |
| 242 | +* 2024-04-24 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/) |
| 243 | + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/299960315/) |
| 244 | +* 2024-04-25 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/) |
| 245 | + * [**Music City Rust Developers - Async Rust on Embedded**](https://www.meetup.com/music-city-rust-developers/events/299976876/) |
| 246 | +* 2024-04-26 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) |
| 247 | + * [**North End Rust Lunch, Apr 26**](https://www.meetup.com/bostonrust/events/300116689/) |
| 248 | +* 2024-05-04 | Cambridge, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) |
| 249 | + * [**Kendall Rust Lunch, May 4**](https://www.meetup.com/bostonrust/events/300116701/) |
| 250 | +* 2024-05-09 | Spokane, WA, US | [Spokane Rust](https://www.meetup.com/spokane-rust/) |
| 251 | + * [**Monthly Meetup: Topic TBD!**](https://www.meetup.com/spokane-rust/events/300020003/) |
| 252 | +* 2024-05-12 | Brookline, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) |
| 253 | + * [**Coolidge Corner Brookline Rust Lunch, May 12**](https://www.meetup.com/bostonrust/events/300116747/) |
| 254 | +* 2024-05-16 | Seattle, WA, US | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/) |
| 255 | + * [**Seattle Rust User Group Meetup**](https://www.meetup.com/seattle-rust-user-group/events/299509369/) |
| 256 | +* 2024-05-20 | Somerville, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) |
| 257 | + * [**Ball Square Rust Lunch, May 20**](https://www.meetup.com/bostonrust/events/300116765/) |
| 258 | +* 2024-05-21 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/) |
| 259 | + * [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/299186931/) |
| 260 | +* 2024-05-22 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/) |
| 261 | + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtygchbdc/) |
| 262 | + |
| 263 | + |
| 264 | +### Oceania |
| 265 | + |
| 266 | +* 2024-04-30 | Auckland, NZ | [Rust AKL](https://www.meetup.com/rust-akl/) |
| 267 | + * [**Rust AKL: Why Rust? Convince Me!**](https://www.meetup.com/rust-akl/events/300304958/) |
| 268 | +* 2024-04-30 | Canberra, ACT, AU | [Canberra Rust User Group](https://www.meetup.com/rust-canberra/) |
| 269 | + * [**CRUG April Meetup: Generics and Traits**](https://www.meetup.com/rust-canberra/events/300023000/) |
| 270 | + |
| 271 | +If you are running a Rust event please add it to the [calendar] to get |
| 272 | +it mentioned here. Please remember to add a link to the event too. |
| 273 | +Email the [Rust Community Team][community] for access. |
| 274 | + |
| 275 | +[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com |
| 276 | +[community]: mailto:[email protected] |
| 277 | + |
| 278 | +## Jobs |
| 279 | +<!-- |
| 280 | +
|
| 281 | +Rust Jobs: |
| 282 | +
|
| 283 | +TWiR has stopped featuring individual job postings. You can read more about this change here: |
| 284 | +
|
| 285 | +https://github.com/rust-lang/this-week-in-rust/issues/3412 |
| 286 | +
|
| 287 | +--> |
| 288 | + |
| 289 | +Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) |
| 290 | + |
| 291 | +# Quote of the Week |
| 292 | + |
| 293 | +<!-- QOTW goes here --> |
| 294 | + |
| 295 | +[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328) |
| 296 | + |
| 297 | +*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).* |
| 298 | + |
| 299 | +*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* |
| 300 | + |
| 301 | +<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small> |
0 commit comments