From dd556c65c6aaeb73c7f4de52e7e8480879575785 Mon Sep 17 00:00:00 2001 From: Marianne Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:45:12 -0700 Subject: [PATCH 1/3] Prepare 623 for publishing --- draft/2025-10-29-this-week-in-rust.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/draft/2025-10-29-this-week-in-rust.md b/draft/2025-10-29-this-week-in-rust.md index e6877a3f1..18a5538ae 100644 --- a/draft/2025-10-29-this-week-in-rust.md +++ b/draft/2025-10-29-this-week-in-rust.md @@ -37,10 +37,6 @@ and just ask the editors to select the category. --> -### Official - -### Foundation - ### Newsletters * [The Embedded Rustacean Issue #57](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-57) @@ -77,15 +73,13 @@ and just ask the editors to select the category. * [Teddy Bear Trash Compactor](https://internet.place/content/teddy-bear-trash-compactor/) * [Rust for JavaScript Engineers - Connect-4 Interactivity](https://www.afloat.boats/posts/rust-for-javascript-engineers-interactivity) * [Cleanup your lifetime annotations in Rust with Rc and Arc](https://kerkour.com/rust-lifetimes-rc-arc) +* [Vibe Validation with Lean, ChatGPT-5, & Claude 4.5: Nine Rules for Proving (Rust) Algorithms Correct Without Knowing Formal Methods (Part 2)](https://medium.com/@carlmkadie/081e0f06886d) * [video] [Rust Axum 0.8 Backend Engineering | Hello World](https://www.youtube.com/watch?v=Imb6vJkD0Vc) * [video] [Building Coding Agent in Rust | Project Setup](https://www.youtube.com/watch?v=tQJTuYkZ4u8&t=1s) -* [Vibe Validation with Lean, ChatGPT-5, & Claude 4.5: Nine Rules for Proving (Rust) Algorithms Correct Without Knowing Formal Methods (Part 2)](https://medium.com/@carlmkadie/081e0f06886d) ### Research * [Supporting `VIEW`s in Diesel](https://blog.weiznich.de/blog/diesel-infer-sql-nullablity/) -### Miscellaneous - ## Crate of the Week This week's crate is [tower-resilience](https://github.com/joshrotenberg/tower-resilience), a library offering resilience features for tower. @@ -135,7 +129,7 @@ Some of these tasks may also have mentors available, visit the task page for mor -- [Diesel - https://github.com/diesel-rs/diesel/issues/4840](https://github.com/diesel-rs/diesel/issues/4840) +* [Diesel - https://github.com/diesel-rs/diesel/issues/4840](https://github.com/diesel-rs/diesel/issues/4840) 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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! @@ -145,8 +139,7 @@ If you are a Rust project owner and are looking for contributors, please submit 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. - - +*No Calls for papers or presentations were submitted this week.* 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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! @@ -464,7 +457,7 @@ Email the [Rust Community Team][community] for access. ## Jobs -Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) +Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1nknaii/official_rrust_whos_hiring_thread_for_jobseekers/) # Quote of the Week From f0006c9aa8e853db7c966e46ed11b41de380874d Mon Sep 17 00:00:00 2001 From: Marianne Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:48:15 -0700 Subject: [PATCH 2/3] Move 623 to content folder --- {draft => content}/2025-10-29-this-week-in-rust.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {draft => content}/2025-10-29-this-week-in-rust.md (100%) diff --git a/draft/2025-10-29-this-week-in-rust.md b/content/2025-10-29-this-week-in-rust.md similarity index 100% rename from draft/2025-10-29-this-week-in-rust.md rename to content/2025-10-29-this-week-in-rust.md From 50180c7473c20cf2bbe0c5354194f319325b1936 Mon Sep 17 00:00:00 2001 From: Marianne Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:51:00 -0700 Subject: [PATCH 3/3] Add draft 624 --- draft/2025-11-05-this-week-in-rust.md | 381 ++++++++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 draft/2025-11-05-this-week-in-rust.md diff --git a/draft/2025-11-05-this-week-in-rust.md b/draft/2025-11-05-this-week-in-rust.md new file mode 100644 index 000000000..a63234ae2 --- /dev/null +++ b/draft/2025-11-05-this-week-in-rust.md @@ -0,0 +1,381 @@ +Title: This Week in Rust 624 +Number: 624 +Date: 2025-11-05 +Category: This Week in Rust + +Hello and welcome to another issue of *This Week in Rust*! +[Rust](https://www.rust-lang.org/) is a programming language empowering everyone to build reliable and efficient software. +This is a weekly summary of its progress and community. +Want something mentioned? Tag us at +[@thisweekinrust.bsky.social](https://bsky.app/profile/thisweekinrust.bsky.social) on Bluesky or +[@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or +[send us a pull request](https://github.com/rust-lang/this-week-in-rust). +Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md). + +*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/). +If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls). + +Want TWIR in your inbox? [Subscribe here](https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&id=0ed8b72485). + +## Updates from Rust Community + + + +### Official + +### Foundation + +### Newsletters + +### Project/Tooling Updates + +### Observations/Thoughts + +### Rust Walkthroughs + +### Research + +### Miscellaneous + +## Crate of the Week + + + +[Please submit your suggestions and votes for next week][submit_crate]! + +[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 + +## Calls for Testing +An important step for RFC implementation is for people to experiment with the +implementation and give feedback, especially before stabilization. + +If you are a feature implementer and would like your RFC to appear in this list, add a +`call-for-testing` label to your RFC along with a comment providing testing instructions and/or +guidance on which aspect(s) of the feature need testing. + + + +[Let us know](https://github.com/rust-lang/this-week-in-rust/issues) if you would like your feature to be tracked as a part of this list. + +### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) + +### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing) + +### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing) + +If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` +label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature +need testing. + +## Call for Participation; projects and speakers + +### CFP - Projects + +Always wanted to contribute to open-source projects but did not know where to start? +Every week we highlight some tasks from the Rust community for you to pick and get started! + +Some of these tasks may also have mentors available, visit the task page for more information. + + + + + +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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! + +[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines + +### CFP - Events + +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. + + + + +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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! + +## Updates from the Rust Project + + + +### Rust Compiler Performance Triage + + + +### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master) + +Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These +are the RFCs that were approved for implementation this week: + + + +### Final Comment Period + +Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs +which are reaching a decision. Express your opinions now. + +#### Tracking Issues & PRs + + +#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) + + + + +## Upcoming Events + +Rusty Events between 2025-11-05 - 2025-12-03 🦀 + +### Virtual +* 2025-10-29 | Virtual (Boulder, CO, US) | [Boulder Elixir](https://www.meetup.com/boulder-elixir/events/) + * [**Integrating Elixir and Apache DataFusion with Rustler**](https://www.meetup.com/boulder-elixir/events/310996627/) +* 2025-10-29 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/) + * [**Hybrid event with Rust Dortmund!**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/311721465/) +* 2025-10-29 | Virtual (Tel Aviv-yafo, IL) | [Rust 🦀 TLV](https://www.meetup.com/rust-tlv/events/) + * [**שיחה חופשית ווירטואלית על ראסט**](https://www.meetup.com/rust-tlv/events/311669921/) +* 2025-10-29 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) | [Silicon Girona](https://silicongirona.club) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/t8yovmmm) +* 2025-11-01 | Virtual (Kampala, UG) | [Rust Circle Meetup](https://www.eventbrite.com/o/rust-circle-kampala-65249289033) + * [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763868657) +* 2025-11-02 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust) + * [**Rust Readers Discord Discussion: Macros**](https://www.meetup.com/dallasrust/events/311109173/) +* 2025-11-04 | Virtual (Beijing, CN) | [WebAssembly and Rust Meetup (Wasm Empowering AI)](https://www.meetup.com/wasm-rust-meetup/events/) + * [**Monthly WasmEdge Community Meeting, the runtime for LLM/AGI**](https://www.meetup.com/wasm-rust-meetup/events/311759399/) +* 2025-11-05 | Virtual (Buffalo, NY, US) | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup) + * [**Buffalo Rust User Group**](https://www.meetup.com/buffalo-rust-meetup/events/305304242/) +* 2025-11-05 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs) + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/311574520/) +* 2025-11-05 | Virtual | [Ardan Labs](https://www.eventbrite.com/o/ardan-labs-7092394651) + * [**Mastering Error Handling in Rust: From Panics to thiserror & anyhow**](https://www.eventbrite.com/e/mastering-error-handling-in-rust-from-panics-to-thiserror-anyhow-tickets-1849030121869) +* 2025-11-06 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/305646021/) +* 2025-11-09 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Rust Readers Discord Discussion: Macros**](https://www.meetup.com/dallasrust/events/311109175/) +* 2025-11-10 || [BetterCode](https://www.bettercode.eu/) + * $[**betterCode() Industrielle Anwendungen mit Rust**](https://dev.events/conferences/better-code-rust-i6inve6t) +* 2025-11-11 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/305361536/) +* 2025-11-11 | Virtual (London, UK) | [Women in Rust](https://www.meetup.com/women-in-rust/events/) + * [**👋 Community Catch Up**](https://www.meetup.com/women-in-rust/events/311068632/) +* 2025-11-12 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) | [Silicon Girona](https://silicongirona.club) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/yhe1xrhe) +* 2025-11-13 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/events/) + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/310849154/) +* 2025-11-16 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Rust Readers Discord Discussion: Macros**](https://www.meetup.com/dallasrust/events/311109181/) +* 2025-11-18 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/events/) + * [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/310002262/) +* 2025-11-19 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) | [Silicon Girona](https://silicongirona.club) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/l2xukapz) +* 2025-11-19 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/events/) + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/309926564/) +* 2025-11-20 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/306046642/) +* 2025-11-20 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/events/) + * [**Tock, a Rust based Operating System Part #1**](https://www.meetup.com/charlottesville-rust-meetup/events/311705915/) +* 2025-11-23 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Rust Readers Discord Discussion: Macros**](https://www.meetup.com/dallasrust/events/311109183/) +* 2025-11-25 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Fourth Tuesday**](https://www.meetup.com/dallasrust/events/305361446/) +* 2025-11-25 | Virtual (London, UK) | [Women in Rust](https://www.meetup.com/women-in-rust/events/) + * [**Data-Intensive Systems in Rust: Safety, Speed, Concurrency**](https://www.meetup.com/women-in-rust/events/311534469/) +* 2025-11-26 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) | [Silicon Girona](https://silicongirona.club) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/q5tjirkt) + +### Africa +* 2025-11-11 | Johannesburg, ZA | [Johannesburg Rust Meetup](https://www.meetup.com/johannesburg-rust-meetup/events/) + * [**More on Rust types**](https://www.meetup.com/johannesburg-rust-meetup/events/311726345/) + +### Asia +* 2025-11-15 | Bangalore, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore) + * [**November 2025 Rustacean meetup**](https://hasgeek.com/rustbangalore/november-2025-rustacean-meetup//) + +### Europe +* 2025-10-29 | Dortmund, DE | [Rust Dortmund](https://www.meetup.com/rust-dortmund/events/) + * [**Rust Dortmund Meetup October 2025**](https://www.meetup.com/rust-dortmund/events/311251545/) +* 2025-10-29 | London, UK | [Rust London User Group](https://www.meetup.com/rust-london-user-group/events/) + * [**Rust London Code Dojo: Intro to Async Embedded Rust**](https://www.meetup.com/rust-london-user-group/events/311670686/) +* 2025-10-30 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**Rust Berlin on location 🏳️‍🌈 - Edition 008**](https://www.meetup.com/rust-berlin/events/311752307/) +* 2025-10-30 | Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community) + * [**Rust meetup #62 sponsored by Google!**](https://www.meetup.com/copenhagen-rust-community/events/311405044/) +* 2025-10-30 | Prague, CZ | [Rust Prague](https://www.meetup.com/rust-prague) + * [**Rust Meetup Prague (October 2025)**](https://www.meetup.com/rust-prague/events/310967094/) +* 2025-11-01 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/stockholm-rust/events/) + * [**Ferris' Fika Forum #19**](https://www.meetup.com/stockholm-rust/events/311582259/) +* 2025-11-02 - 2025-11-04 | Florence, IT | [Rustlab 2025](https://rustlab.it/) + * $[**Rustlab 2025**](https://rustlab.it/) +* 2025-11-03 | Bern, CH | [Guild42](https://www.meetup.com/it-IT/guild42ch/) + * [**Moving out of systems programming into Kubernetes: is it time to adopt Rust ?**](https://www.meetup.com/it-IT/guild42ch/events/307260207/) +* 2025-11-04 | Manchester, UK | [Rust Manchester](https://www.meetup.com/rust-manchester) + * [**Rust Manchester November Talk**](https://www.meetup.com/rust-manchester/events/310921632/) +* 2025-11-04 | Trondheim, NO | [Rust Trondheim](https://www.meetup.com/rust-trondheim/events/) + * [**Optimizing matrix multiplication and building Python packages with Rust**](https://www.meetup.com/rust-trondheim/events/311595023/) +* 2025-11-05 | Girona, ES | [Rust Girona](https://lu.ma/rust-girona) | [Silicon Girona](https://silicongirona.club) + * [**Rust Girona Hack & Learn 11 2025**](https://luma.com/xl8ob0tn) +* 2025-11-05 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo) + * [**Rust Hack'n'Learn at Kampen Bistro**](https://www.meetup.com/rust-oslo/events/310601872/) +* 2025-11-05 | Oxford, UK | [Oxford ACCU/Rust Meetup.](https://www.meetup.com/oxford-rust-meetup-group/events/) + * [**Halloween special.**](https://www.meetup.com/oxford-rust-meetup-group/events/311569796/) +* 2025-11-06 | Gdansk, PL | [Rust Gdansk](https://www.meetup.com/rust-gdansk/events/) + * [**Rust Gdansk Meetup #11**](https://www.meetup.com/rust-gdansk/events/310924266/) +* 2025-11-06 | Vienna, AT | [Rust Vienna](https://www.meetup.com/rust-vienna/events/) + * [**Season 2 Kickoff | at metalab 🦀**](https://www.meetup.com/rust-vienna/events/311679397/) +* 2025-11-11 | London, UK | [Rust London User Group](https://www.meetup.com/rust-london-user-group/events/) + * [**Rust London x Zed Meetup**](https://www.meetup.com/rust-london-user-group/events/311737021/) +* 2025-11-12 | Cambridge, UK | [Cambridge Rust Meetup](https://www.meetup.com/cambridge-rust-meetup/events/) + * [**Monthly Rust Meetup**](https://www.meetup.com/cambridge-rust-meetup/events/311583721/) +* 2025-11-12 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/) + * [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/308944050/) +* 2025-11-13 | Geneva, CH | [Rust Geneva](https://www.posttenebraslab.ch/wiki/events/monthly_meeting/rust_meetup) + * [**Rust Meetup Geneva**](https://www.posttenebraslab.ch/wiki/events/monthly_meeting/rust_meetup) +* 2025-11-13 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris/events/) + * [**Rust meetup #80**](https://www.meetup.com/rust-paris/events/311461594/) +* 2025-11-18 | Leipzig, SN, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/) + * [**Topic TBD**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/308592257/) +* 2025-11-20 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/events/) + * [**Social Night**](https://www.meetup.com/rust-aarhus/events/311502123/) +* 2025-11-20 | Luzern, CH | [Rust Luzern]((https://www.meetup.com/rust-luzern/) + * [**2025 Rust Talks Luzern #3: Crate Walkthroughs @ Noser Engineering AG**](https://www.meetup.com/rust-luzern/events/311410681/) + +### North America +* 2025-10-29 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/events/) + * [**Rust NYC: Scalable static analysis: confronting the halting problem**](https://www.meetup.com/rust-nyc/events/311541108/) +* 2025-10-30 | Atlanta, GA, US | [Rust Atlanta](https://www.meetup.com/rust-atl) + * [**Rust-Atl**](https://www.meetup.com/rust-atl/events/308675988/) +* 2025-10-30 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/) + * [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/311273832/) +* 2025-11-01 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust) + * [**Chinatown Rust Lunch, Nov 1**](https://www.meetup.com/bostonrust/events/311039492/) +* 2025-11-06 | Saint Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/events/) + * [**SIUE students on wasm 3D animations**](https://www.meetup.com/stl-rust/events/307251982/) +* 2025-11-08 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/) + * [**Winter Hill Rust Lunch, Nov 8**](https://www.meetup.com/bostonrust/events/311039501/) +* 2025-11-13 | Lehi, UT, US | [Utah Rust](https://www.meetup.com/utah-rust/events/) + * [**Ipmap: Building Desktop Apps with Tauri**](https://www.meetup.com/utah-rust/events/311613658/) +* 2025-11-18 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/events/) + * [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/308865806/) +* 2025-11-20 | Seattle, WA, US | [Seattle Rust User Group](https://www.meetup.com/join-srug/events/) + * [**November, 2025 SRUG (Seattle Rust User Group) Meetup**](https://www.meetup.com/seattle-rust-user-group/events/311351673/) +* 2025-11-26 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/310457310/) + + +### Oceania +* 2025-10-29 | Barton, AC, AU | [Canberra Rust User Group](https://www.meetup.com/rust-canberra/events/) + * [**October Meetup**](https://www.meetup.com/rust-canberra/events/311234237/) +* 2025-11-11 | Christchurch, NZ | [Christchurch Rust Meetup Group](https://www.meetup.com/christchurch-rustlang-meetup-group/events/) + * [**Christchurch Rust Meetup**](https://www.meetup.com/christchurch-rustlang-meetup-group/events/311685331/) + +### South America +* 2025-10-30 | Florianopolis, BR | [Rust Brasil](https://luma.com/calendar/cal-iOloL5ZqswCO5Mm) + * [**Rust Floripa**](https://luma.com/lky7an18) + +If you are running a Rust event please add it to the [calendar] to get +it mentioned here. Please remember to add a link to the event too. +Email the [Rust Community Team][community] for access. + +[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com +[community]: mailto:community-team@rust-lang.org + +## Jobs + +Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) + +# Quote of the Week + + + +[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328) + +This Week in Rust is edited by: +* [nellshamrell](https://github.com/nellshamrell) +* [llogiq](https://github.com/llogiq) +* [ericseppanen](https://github.com/ericseppanen) +* [extrawurst](https://github.com/extrawurst) +* [U007D](https://github.com/U007D) +* [mariannegoldin](https://github.com/mariannegoldin) +* [bdillo](https://github.com/bdillo) +* [opeolluwa](https://github.com/opeolluwa) +* [bnchi](https://github.com/bnchi) +* [KannanPalani57](https://github.com/KannanPalani57) +* [tzilist](https://github.com/tzilist) + +*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* + +[Discuss on r/rust](REDDIT_LINK_HERE)