|
| 1 | +Title: This Week in Rust 512 |
| 2 | +Number: 512 |
| 3 | +Date: 2023-09-13 |
| 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 | +### Rust Walkthroughs |
| 41 | + |
| 42 | +### Research |
| 43 | + |
| 44 | +### Miscellaneous |
| 45 | + |
| 46 | +## Crate of the Week |
| 47 | + |
| 48 | +<!-- COTW goes here --> |
| 49 | + |
| 50 | +[Please submit your suggestions and votes for next week][submit_crate]! |
| 51 | + |
| 52 | +[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 |
| 53 | + |
| 54 | +## Call for Participation |
| 55 | + |
| 56 | +Always wanted to contribute to open-source projects but did not know where to start? |
| 57 | +Every week we highlight some tasks from the Rust community for you to pick and get started! |
| 58 | + |
| 59 | +Some of these tasks may also have mentors available, visit the task page for more information. |
| 60 | + |
| 61 | +<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> |
| 62 | +<!-- * [ - ]() --> |
| 63 | + |
| 64 | +If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines]. |
| 65 | + |
| 66 | +[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821 |
| 67 | + |
| 68 | +## Updates from the Rust Project |
| 69 | + |
| 70 | +<!-- Rust updates go here --> |
| 71 | + |
| 72 | +### Rust Compiler Performance Triage |
| 73 | + |
| 74 | +<!-- Perf results go here --> |
| 75 | + |
| 76 | +### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master) |
| 77 | + |
| 78 | +Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These |
| 79 | +are the RFCs that were approved for implementation this week: |
| 80 | + |
| 81 | +<!-- Approved RFCs go here, use this format: * [Topic](URL) --> |
| 82 | +<!-- or if none were approved this week, use: * *No RFCs were approved this week.* --> |
| 83 | +<!-- * []() --> |
| 84 | + |
| 85 | +<!-- |
| 86 | +### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html) |
| 87 | +<!~~ MCPs occur infrequently, so this section is commented out by default. ~~> |
| 88 | +<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~> |
| 89 | +--> |
| 90 | + |
| 91 | +### Final Comment Period |
| 92 | + |
| 93 | +Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs |
| 94 | +which are reaching a decision. Express your opinions now. |
| 95 | + |
| 96 | +#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) |
| 97 | + |
| 98 | +<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) --> |
| 99 | +<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* --> |
| 100 | +<!-- * [disposition: ] []() --> |
| 101 | + |
| 102 | +#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) |
| 103 | + |
| 104 | +<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) --> |
| 105 | +<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* --> |
| 106 | +<!-- * [disposition: ] []() --> |
| 107 | + |
| 108 | +### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) |
| 109 | + |
| 110 | +<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) --> |
| 111 | +<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* --> |
| 112 | +<!-- * [new|updated] []() --> |
| 113 | + |
| 114 | +### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) |
| 115 | +An important step for RFC implementation is for people to experiment with the |
| 116 | +implementation and give feedback, especially before stabilization. The following |
| 117 | +RFCs would benefit from user testing before moving forward: |
| 118 | + |
| 119 | +<!-- Calls for Testing go here, use this format: |
| 120 | + * [<RFC Topic>](<RFC URL>) |
| 121 | + * [Tracking Issue](<Tracking Issue URL>) |
| 122 | + * [Testing steps](<Testing Steps URL>) |
| 123 | +--> |
| 124 | +<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* --> |
| 125 | +<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. --> |
| 126 | + |
| 127 | +If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` |
| 128 | +label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature |
| 129 | +need testing. |
| 130 | + |
| 131 | +## Upcoming Events |
| 132 | + |
| 133 | +Rusty Events between 2023-09-13 - 2023-10-11 🦀 |
| 134 | + |
| 135 | +### Virtual |
| 136 | + |
| 137 | +* 2023-09-06 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) |
| 138 | + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/294049877) |
| 139 | +* 2023-09-06 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 140 | + * [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/294343596/) |
| 141 | +* 2023-09-07 | Virtual (Ann Arbor, MI, US) | [Michigan Python](https://www.meetup.com/michigan-python/) |
| 142 | + * [**Online MI Python: Improving Python Speed with a Bit of Rust**](https://www.meetup.com/michigan-python/events/294951180/) |
| 143 | +* 2023-09-12 - 2023-09-15 | Virtual (Albuquerque, NM, US) | [RustConf](https://rustconf.com/) |
| 144 | + * [**RustConf 2023**](https://rustconf.com/) |
| 145 | +* 2023-09-12 | Berlin, DE | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/) |
| 146 | + * [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/295635473/) |
| 147 | +* 2023-09-12 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/) |
| 148 | + * [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/gqdlgtyfcmbqb/) |
| 149 | +* 2023-09-13 | Virtual (Boulder, CO, US) | [Boulder Elixir and Rust](https://www.meetup.com/boulder-elixir-rust/) |
| 150 | + * [**Monthly Meetup**](https://www.meetup.com/boulder-elixir-rust/events/295011539) |
| 151 | +* 2023-09-13 | Virtual (Cardiff, UK)| [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff) |
| 152 | + * [**The unreasonable power of combinator APIs**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/294748626) |
| 153 | +* 2023-09-14 | Virtual (Nuremberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/) |
| 154 | + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/289732655) |
| 155 | +* 2023-09-20 | Virtual (Cardiff, UK)| [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff) |
| 156 | + * [**SurrealDB for Rustaceans**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/295826608/) |
| 157 | +* 2023-09-20 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/) |
| 158 | + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/295057154/) |
| 159 | +* 2023-09-21 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) |
| 160 | + * [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/295666673/) |
| 161 | +* 2023-09-21 | Virtual (Cologne, DE) | [Cologne AWS User Group #AWSUGCGN](https://www.meetup.com/aws-cologne/) |
| 162 | + * [**AWS User Group Cologne - September Edition: Stefan Willenbrock: Developer Preview: Discovering Rust on AWS**](https://www.meetup.com/aws-cologne/events/294594401/) |
| 163 | +* 2023-09-21 | Lehi, UT, US | [Utah Rust](https://www.meetup.com/utah-rust/) |
| 164 | + * [**Real Time Multiplayer Game Server in Rust**](https://www.meetup.com/utah-rust/events/294972877/) |
| 165 | +* 2023-09-21 | Virtual (Linz, AT) | [Rust Linz](https://www.meetup.com/rust-linz/) |
| 166 | + * [**Rust Meetup Linz - 33rd Edition**](https://www.meetup.com/rust-linz/events/295363887/) |
| 167 | +* 2023-09-21 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 168 | + * [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/295828383/) |
| 169 | +* 2023-09-25 | Virtual (Dublin, IE) | [Rust Dublin](https://www.meetup.com/Rust-Dublin/) |
| 170 | + * [**How we built the SurrealDB Python client in Rust.**](https://www.meetup.com/Rust-Dublin/events/294908596/) |
| 171 | +* 2023-09-26 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/) |
| 172 | + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/mvdtgtyfcmbjc/) |
| 173 | +* 2023-10-03 | Buffalo, NY, US | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup/) |
| 174 | + * [**Buffalo Rust User Group, First Tuesdays**](https://www.meetup.com/buffalo-rust-meetup/events/295919493/) |
| 175 | +* 2023-10-04 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 176 | + * [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/dvvtvsyfcnbgb/) |
| 177 | + |
| 178 | +### Asia |
| 179 | + |
| 180 | +* 2023-10-03 | Taipei, TW | [WebAssembly and Rust Meetup (Wasm Empowering AI)](https://www.meetup.com/wasm-rust-meetup/) |
| 181 | + * [**WebAssembly Meetup (Wasm Empowering AI) in Taipei**](https://www.meetup.com/wasm-rust-meetup/events/295672575/) |
| 182 | + |
| 183 | +### Europe |
| 184 | + |
| 185 | +* 2023-09-12 | Berlin, DE | [Berlin AWS User Group](https://www.meetup.com/berlinawsug/) |
| 186 | + * [**Berlin AWS Group Meetup - September 2023: Luca Zonta // Sustainable Serverless Computing with Rust**](https://www.meetup.com/berlinawsug/events/295565048/) |
| 187 | +* 2023-09-12 | Zurich, CH| [Rust Zurich](https://www.meetup.com/de-DE/rust-zurich/) |
| 188 | + * [**The Lightning Rust Quiz - September Meetup**](https://www.meetup.com/de-DE/rust-zurich/events/295804450/) |
| 189 | +* 2023-09-13 | Cologne, DE | [Rust User Group Cologne](https://rust.cologne/2023/09/13/rare-rust.html) |
| 190 | + * [**Rare Rust**](https://www.meetup.com/rustcologne/events/295869748/) | [**Group Detail Page**](https://rust.cologne/2023/09/13/rare-rust.html) |
| 191 | +* 2023-09-14 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/) |
| 192 | + * [**Reading Rust Meetup at Browns**](https://www.meetup.com/reading-rust-workshop/events/295109905/) |
| 193 | +* 2023-09-15 | Stuttgart, DE | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 194 | + * [**OnsiteMeeting**](https://www.meetup.com/rust-community-stuttgart/events/295639296/) |
| 195 | +* 2023-09-15 | Tiel, NL | [Rust, Getting Started](https://www.meetup.com/rust-getting-started/) |
| 196 | + * [**Rust Workshop - 2**](https://www.meetup.com/rust-getting-started/events/295880062/) |
| 197 | +* 2023-09-16 | Brussels, BE | [HSBXL](https://hsbxl.be/events/software-freedom-day/2023-09-16/) |
| 198 | + * [**Software Freedom Day 2023**](https://www.meetup.com/brussels-hackerspace/events/295912633/) |
| 199 | +* 2023-09-19 | Augsburg, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/) |
| 200 | + * [**Logging and tracing in Rust**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/295504245/) |
| 201 | +* 2023-09-21 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/) |
| 202 | + * [**Rust Aarhus - Rust and Talk at Concordium**](https://www.meetup.com/rust-aarhus/events/294031975/) |
| 203 | +* 2023-09-21 | Bern, CH | [Rust Bern](https://www.meetup.com/de-DE/rust-bern/) |
| 204 | + * [**Rust Bern Meetup #3 2023 🦀**](https://www.meetup.com/rust-bern/events/295503351/) |
| 205 | +* 2023-09-26 | Berlin, DE | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/) |
| 206 | + * [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/295679767/) |
| 207 | +* 2023-09-28 | Berlin, DE | [React Berlin](https://www.meetup.com/react-berlin-meetup/) |
| 208 | + * [**React Berlin September Meetup: Creating Videos with React & Remotion & More: Integrating Rust with React Native – Gheorghe Pinzaru**](https://www.meetup.com/react-berlin-meetup/events/295382108/) |
| 209 | + |
| 210 | +### North America |
| 211 | + |
| 212 | +* 2023-09-06 | Bellevue, WA, US | [The Linux Foundation](https://www.linuxfoundation.org/) |
| 213 | + * [**Rust Global**](https://events.linuxfoundation.org/rust-global/) |
| 214 | +* 2023-09-07 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/) |
| 215 | + * [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/295614871/) | [**Mountain View Rust Meetup Mirror**](https://www.meetup.com/mv-rust-meetup/events/295746992/) |
| 216 | +* 2023-09-07 | Pasadena, CA, US | [Pasadena Thursday Go/Rust](https://www.meetup.com/thursday-go/) |
| 217 | + * [**Weekly Pasadena Python study group**](https://www.meetup.com/thursday-go/events/295818856/) |
| 218 | +* 2023-09-09 | Mountain View, CA, US | [Rust Breakfast and Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 219 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/295572737/) |
| 220 | +* 2023-09-12 - 2023-09-15 | Albuquerque, NM, US + Virtual | [RustConf](https://rustconf.com/) |
| 221 | + * [**RustConf 2023**](https://rustconf.com/) |
| 222 | +* 2023-09-12 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/) |
| 223 | + * [**A Panel Discussion on Thriving in a Rust-Driven Workplace**](https://www.meetup.com/rust-nyc/events/295639294) |
| 224 | +* 2023-09-12 | Minneapolis, MN, US | [Minneapolis Rust Meetup](https://www.meetup.com/minneapolis-rust-meetup/) |
| 225 | + * [**Minneapolis Rust Meetup Happy Hour**](https://www.meetup.com/minneapolis-rust-meetup/events/295744114/) |
| 226 | +* 2023-09-14 | Seattle, WA, US | [Seattle Rust User Group Meetup](https://www.meetup.com/seattle-rust-user-group/) |
| 227 | + * [**Seattle Rust User Group - August Meetup**](https://www.meetup.com/seattle-rust-user-group/events/295484105) |
| 228 | +* 2023-09-16 | Mountain View, CA, US | [Rust Breakfast and Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 229 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/295579189/) |
| 230 | +* 2023-09-19 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/) |
| 231 | + * [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/295545278) |
| 232 | +* 2023-09-21 | Mountain View, CA, US| [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/) |
| 233 | + * [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/295747006/) |
| 234 | +* 2023-09-21 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/) |
| 235 | + * [**Rust on the web! Get started with Leptos**](https://www.meetup.com/music-city-rust-developers/events/295587220/) |
| 236 | +* 2023-09-23 | Mountain View, CA, US | [Rust Breakfast and Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 237 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/295869150/) |
| 238 | +* 2023-09-26 | Pasadena, CA, US | [Pasadena Thursday Go/Rust](https://www.meetup.com/thursday-go/) |
| 239 | + * [**Monthly Rust group**](https://www.meetup.com/thursday-go/events/295771515) |
| 240 | +* 2023-09-27 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/) |
| 241 | + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/295466314) |
| 242 | +* 2023-09-30 | Mountain View, CA, US | [Rust Breakfast and Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 243 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/fktvgtyfcmbnc/) |
| 244 | + |
| 245 | +### Oceania |
| 246 | + |
| 247 | +* 2023-09-13 | Perth, WA, AU | [Rust Perth](https://www.linkedin.com/groups/7439562/) |
| 248 | + * [**Rust Meetup 2: Lunch & Learn**](https://www.linkedin.com/events/7097356771584880640/) | [**Ticket Link**](https://www.tickettailor.com/events/perthrustusergroup/984771) |
| 249 | +* 2023-09-19 | Christchurch, NZ | [Christchurch Rust Meetup Group](https://www.meetup.com/christchurch-rustlang-meetup-group/) |
| 250 | + * [**Christchurch Rust meetup meeting**](https://www.meetup.com/christchurch-rustlang-meetup-group/events/295602231/) |
| 251 | +* 2023-09-26 | Canberra, ACT, AU | [Rust Canberra](https://www.meetup.com/rust-canberra/) |
| 252 | + * [**September Meetup**](https://www.meetup.com/rust-canberra/events/295432237/) |
| 253 | + |
| 254 | +If you are running a Rust event please add it to the [calendar] to get |
| 255 | +it mentioned here. Please remember to add a link to the event too. |
| 256 | +Email the [Rust Community Team][community] for access. |
| 257 | + |
| 258 | +[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com |
| 259 | +[community]: mailto:community-team@rust-lang.org |
| 260 | + |
| 261 | +## Jobs |
| 262 | +<!-- |
| 263 | +
|
| 264 | +Rust Jobs: |
| 265 | +
|
| 266 | +TWiR has stopped featuring individual job postings. You can read more about this change here: |
| 267 | +
|
| 268 | +https://github.com/rust-lang/this-week-in-rust/issues/3412 |
| 269 | +
|
| 270 | +--> |
| 271 | + |
| 272 | +Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) |
| 273 | + |
| 274 | +# Quote of the Week |
| 275 | + |
| 276 | +<!-- QOTW goes here --> |
| 277 | + |
| 278 | +[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328) |
| 279 | + |
| 280 | +*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).* |
| 281 | + |
| 282 | +*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* |
| 283 | + |
| 284 | +<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small> |
0 commit comments