|
| 1 | +Title: This Week in Rust 499 |
| 2 | +Number: 499 |
| 3 | +Date: 2023-06-14 |
| 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-06-14 - 2023-07-12 🦀 |
| 134 | + |
| 135 | +### Virtual |
| 136 | + |
| 137 | +* 2023-06-07 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) |
| 138 | + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/293309294) |
| 139 | +* 2023-06-07 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 140 | + * [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/293616568) |
| 141 | +* 2023-06-08 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/) |
| 142 | + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/289732649) |
| 143 | +* 2023-06-13 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/) |
| 144 | + * [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/293014938) |
| 145 | +* 2023-06-14 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/) |
| 146 | + * [**Building Spin Locks and Channels - Rust Atomics & Locks Bookclub Chapters 4 & 5**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/293882628/) |
| 147 | +* 2023-06-14 | Virtual (Boulder, CO, US) | [Boulder Elixir and Rust](https://www.meetup.com/boulder-elixir-rust/) |
| 148 | + * [**Monthly Meetup**](https://www.meetup.com/boulder-elixir-rust/events/293014897) |
| 149 | +* 2023-06-15 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 150 | + * [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/293786806) |
| 151 | +* 2023-06-19 | Virtual (San Francisco, CA, US) | [Data Science on AWS - San Francisco, Global](https://www.meetup.com/data-science-on-aws/) |
| 152 | + * [**Generative AI Parameter Efficient Fine Tuning (PEFT), RLHF + Polars: "Polars, lightning-fast DataFrame library for Rust and Python", presented by Suman Debnath**](https://www.meetup.com/data-science-on-aws/events/289912375) |
| 153 | +* 2023-06-20 | Virtual (Berlin, DE) | [Berline.rs / OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/) |
| 154 | + * [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/293485510) |
| 155 | +* 2023-06-20 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/) |
| 156 | + * [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/jkxsctyfcjbbc/) |
| 157 | +* 2023-06-21 | 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/292763484) |
| 159 | +* 2023-06-22 | Virtual (Karlsruhe, DE) | [Karlsruhe Functional Programmers Group](https://www.meetup.com/the-karlsruhe-functional-programmers-meetup-group/) |
| 160 | + * [**Stammtisch (gemeinsam mit der C++ UG KA)**](https://www.meetup.com/the-karlsruhe-functional-programmers-meetup-group/events/293937801) |
| 161 | +* 2023-06-25 | Virtual (Auckland, NZ) | [ResBaz Aotearoa 2023](https://resbaz.auckland.ac.nz/) |
| 162 | + * [**Research Computing With The Rust Programming Language - Tim McNamara**](https://www.eventbrite.com/e/research-computing-with-the-rust-programming-language-tickets-637648623197?aff=ebdssbdestsearch) |
| 163 | +* 2023-06-27 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/) |
| 164 | + * [**Last Tuesday**](https://www.meetup.com/dallas-rust/events/qndgwsyfcjbkc/) |
| 165 | +* 2023-06-28 | Virtual (Chicago, IL, US) | [Chicago Healthcare Cloud Technology Community](https://www.meetup.com/chicago-healthcare-tech-and-ai/) |
| 166 | + * [**Rust for Mission-Critical AI: A Journey into Healthcare's Safest Language**](https://www.meetup.com/chicago-healthcare-tech-and-ai/events/293278396) |
| 167 | +* 2023-07-04 | Virtual (Berlin, DE) | [Berline.rs / OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/) |
| 168 | + * [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/zdrzpsyfckbgb/) |
| 169 | +* 2023-07-04 | Virtual (Buffalo, NY, US) | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup/) |
| 170 | + * [**Buffalo Rust User Group, First Tuesdays**](https://www.meetup.com/buffalo-rust-meetup/events/lsjbbtyfckbgb/) |
| 171 | +* 2023-07-05 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) |
| 172 | + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/293309295) |
| 173 | + |
| 174 | +### Asia |
| 175 | + |
| 176 | +* 2023-06-10 | Kuala Lumpur, MY | [GoLang Malaysia](https://t.me/golangmalaysia) |
| 177 | + * [**Rust Workshop/Hack and Learn Malaysia June 2023**](https://forms.gle/2fvbCG77HXCkWLfe6) | [Event updates Telegram](https://t.me/+dF46Fly4A_BjOTJl) | [Event group chat](https://t.me/golangmalaysia) |
| 178 | +* 2023-06-10 | Pune, IN | [Rust Pune](https://www.meetup.com/rust-pune) |
| 179 | + * [**#1 - Meet & Greet**](https://www.meetup.com/rust-pune/events/293936676/) |
| 180 | + |
| 181 | +### Europe |
| 182 | + |
| 183 | +* 2023-06-08 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/) |
| 184 | + * [**Rust Aarhus meetup #2 sponsored by BRØLSTÆRK**](https://www.meetup.com/rust-aarhus/events/292865970/) |
| 185 | +* 2023-06-08 | Paris, FR | [Stockly.ai](https://www.eventbrite.fr/o/stockly-42274765293) |
| 186 | + * [**Rust Meetup in Paris - hosted by Stockly**](https://www.eventbrite.fr/e/rust-meetup-in-paris-hosted-by-stockly-tickets-630742055467) |
| 187 | +* 2023-06-08 | Zurich, CH | [Rust Zurich](https://www.meetup.com/de-DE/rust-zurich/) |
| 188 | + * [**Unsafe, Miri, SIMD - June Meetup**](https://www.meetup.com/de-DE/rust-zurich/events/293322792/) |
| 189 | +* 2023-06-16 | Stuttgart, DE | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart/) |
| 190 | + * [**OnSite Meeting**](https://www.meetup.com/rust-community-stuttgart/events/pdhvctyfcjbvb/) |
| 191 | +* 2023-06-22 | Vienna, AT | [Papers We Love Vienna](https://www.meetup.com/papers-we-love-vienna/) |
| 192 | + * [**June: Data and Ownership in Rust**](https://www.meetup.com/papers-we-love-vienna/events/293974147) |
| 193 | +* 2023-06-28 | Bratislava, SK | [Bratislava Rust Meetup Group](https://www.meetup.com/bratislava-rust-meetup-group/) |
| 194 | + * [**Rust Meetup by Sonalake**](https://www.meetup.com/bratislava-rust-meetup-group/events/293732916) |
| 195 | +* 2023-07-03 | Zurich, CH | [Rust Zurich](https://www.meetup.com/rust-zurich/) |
| 196 | + * [**Rust in the Linux Kernel - July Meetup**](https://www.meetup.com/rust-zurich/events/293322905) |
| 197 | + |
| 198 | +### North America |
| 199 | + |
| 200 | +* 2023-06-07 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/) |
| 201 | + * [**Rust Lunch**](https://www.meetup.com/rust-atx/events/293730065) |
| 202 | +* 2023-06-08 | Lehi, UT, US | [Utah Rust](https://www.meetup.com/utah-rust/events/) |
| 203 | + * [**Rust 1.70.0, Module System Deep Dive & Pizza**](https://www.meetup.com/utah-rust/events/293849386/) |
| 204 | +* 2023-06-08 | Pasadena, CA, US | [Pasadena Thursday Go/Rust](https://www.meetup.com/thursday-go/) |
| 205 | + * [**Weekly leetcode group**](https://www.meetup.com/thursday-go/events/293927644) |
| 206 | +* 2023-06-10 | San Jose, CA, US | [Rust Breakfast & Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 207 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/jnmgftyfcjbnb/) |
| 208 | +* 2023-06-15 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/) |
| 209 | + * [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/294032616) |
| 210 | +* 2023-06-17 | San Jose, CA, US | [Rust Breakfast & Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 211 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/293825860) |
| 212 | +* 2023-06-20 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/) |
| 213 | + * [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/293118809) |
| 214 | +* 2023-06-24 | San Jose, CA, US | [Rust Breakfast & Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 215 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/jnmgftyfcjbgc/) |
| 216 | +* 2023-07-01 | San Jose, CA, US | [Rust Breakfast & Learn](https://www.meetup.com/rust-breakfast-learn/) |
| 217 | + * [**Rust: breakfast & learn**](https://www.meetup.com/rust-breakfast-learn/events/jnmgftyfckbcb/) |
| 218 | + |
| 219 | +If you are running a Rust event please add it to the [calendar] to get |
| 220 | +it mentioned here. Please remember to add a link to the event too. |
| 221 | +Email the [Rust Community Team][community] for access. |
| 222 | + |
| 223 | +[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com |
| 224 | +[community]: mailto:[email protected] |
| 225 | + |
| 226 | +## Jobs |
| 227 | +<!-- |
| 228 | +
|
| 229 | +Rust Jobs: |
| 230 | +
|
| 231 | +TWiR has stopped featuring individual job postings. You can read more about this change here: |
| 232 | +
|
| 233 | +https://github.com/rust-lang/this-week-in-rust/issues/3412 |
| 234 | +
|
| 235 | +--> |
| 236 | + |
| 237 | +Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) |
| 238 | + |
| 239 | +# Quote of the Week |
| 240 | + |
| 241 | +<!-- QOTW goes here --> |
| 242 | + |
| 243 | +[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328) |
| 244 | + |
| 245 | +*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).* |
| 246 | + |
| 247 | +*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* |
| 248 | + |
| 249 | +<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small> |
0 commit comments