From 5a6740997739329f83d2e09d7849438bb59617c0 Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 17:39:48 -0800 Subject: [PATCH 1/7] formatting, reddit jobs link --- draft/2025-11-26-this-week-in-rust.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/draft/2025-11-26-this-week-in-rust.md b/draft/2025-11-26-this-week-in-rust.md index 41befd49e..03c1a6e2b 100644 --- a/draft/2025-11-26-this-week-in-rust.md +++ b/draft/2025-11-26-this-week-in-rust.md @@ -42,18 +42,13 @@ and just ask the editors to select the category. * [Interview with Jan David Nose | Rust Blog](https://blog.rust-lang.org/2025/11/25/interview-with-jan-david-nose/) * [This Development-cycle in Cargo: 1.92 | Inside Rust Blog](https://blog.rust-lang.org/inside-rust/2025/11/24/this-development-cycle-in-cargo-1.92/) - ### Foundation * [video] [Interview: Christian Legnitto, Maintainer: rust-gpu, rust-cuda](https://www.youtube.com/watch?v=monOq_uHHcg) -### Newsletters - ### Project/Tooling Updates * [SeaORM 2.0: Nested ActiveModel and Cascade Operations](https://www.sea-ql.org/blog/2025-11-25-sea-orm-2.0/) * [Symbolica 1.0: Symbolic mathematics in Rust](https://symbolica.io/posts/stable_release/) - * [Hotaru](https://crates.io/crates/hotaru) - A new lightweight full-stack Rust web framework by [Field-of-Dreams-Studio] (https://github.com/Field-of-Dreams-Studio). - * [APT Rust requirement raises questions](https://lwn.net/SubscriberLink/1046841/c7ac9fabff6244af/) ### Observations/Thoughts @@ -61,6 +56,7 @@ and just ask the editors to select the category. * [How Cloudflare uses Rust to serve (and break) millions of websites at 50+ millions requests per second](https://kerkour.com/how-cloudflare-uses-rust) * [audio] [Netstack.FM episode 15 — Pingora with Edward and Noah from Cloudflare](https://netstack.fm/#episode-15) * [video] [Grind: Java Deserves Modern Tooling*](https://www.youtube.com/watch?v=-mOby4FPRXg) + ### Rust Walkthroughs - [Rust Unit Testing: File reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_reading/) * [A look at Rust from 2012](https://purplesyringa.moe/blog/a-look-at-rust-from-2012/) @@ -68,7 +64,6 @@ and just ask the editors to select the category. * [Describing binary data with Deku](https://codeconstruct.com.au/docs/deku-elf-parser/) * [Making the case that Cargo features could be improved to alleviate Rust compile times](https://saghm.com/cargo-features-rust-compile-times/) * [filtra.io | Toyota's "Tip Of The Spear" Is Choosing Rust](https://filtra.io/rust/interviews/woven-by-toyota-nov-25) -### Research ### Miscellaneous * [Rust For Linux Kernel Co-Maintainer Formally Steps Down](https://www.phoronix.com/news/Alex-Gaynor-Rust-Maintainer) @@ -445,7 +440,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/1ow6s90/official_rrust_whos_hiring_thread_for_jobseekers/) # Quote of the Week From fcdd168c7247b349ac2a0cc66120ddd3f437dda5 Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 17:41:19 -0800 Subject: [PATCH 2/7] remove plain crate link from project updates --- draft/2025-11-26-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/draft/2025-11-26-this-week-in-rust.md b/draft/2025-11-26-this-week-in-rust.md index 03c1a6e2b..1ec43e3eb 100644 --- a/draft/2025-11-26-this-week-in-rust.md +++ b/draft/2025-11-26-this-week-in-rust.md @@ -48,7 +48,6 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [SeaORM 2.0: Nested ActiveModel and Cascade Operations](https://www.sea-ql.org/blog/2025-11-25-sea-orm-2.0/) * [Symbolica 1.0: Symbolic mathematics in Rust](https://symbolica.io/posts/stable_release/) -* [Hotaru](https://crates.io/crates/hotaru) - A new lightweight full-stack Rust web framework by [Field-of-Dreams-Studio] (https://github.com/Field-of-Dreams-Studio). * [APT Rust requirement raises questions](https://lwn.net/SubscriberLink/1046841/c7ac9fabff6244af/) ### Observations/Thoughts From 39e069f8ce704be7aa6d7b1a8bf1c22499eae853 Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 17:54:27 -0800 Subject: [PATCH 3/7] formatting --- draft/2025-11-26-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-11-26-this-week-in-rust.md b/draft/2025-11-26-this-week-in-rust.md index 1ec43e3eb..4845f965c 100644 --- a/draft/2025-11-26-this-week-in-rust.md +++ b/draft/2025-11-26-this-week-in-rust.md @@ -57,7 +57,7 @@ and just ask the editors to select the category. * [video] [Grind: Java Deserves Modern Tooling*](https://www.youtube.com/watch?v=-mOby4FPRXg) ### Rust Walkthroughs -- [Rust Unit Testing: File reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_reading/) +* [Rust Unit Testing: File reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_reading/) * [A look at Rust from 2012](https://purplesyringa.moe/blog/a-look-at-rust-from-2012/) * [Practical Performance Lessons from Apache DataFusion](https://greptime.com/blogs/2025-11-25-datafusion) * [Describing binary data with Deku](https://codeconstruct.com.au/docs/deku-elf-parser/) From cebfd887cc888f61362d51a6f80bcf163b9c9517 Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 18:02:03 -0800 Subject: [PATCH 4/7] recategorize a few links --- draft/2025-11-26-this-week-in-rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/2025-11-26-this-week-in-rust.md b/draft/2025-11-26-this-week-in-rust.md index 4845f965c..40064c9b3 100644 --- a/draft/2025-11-26-this-week-in-rust.md +++ b/draft/2025-11-26-this-week-in-rust.md @@ -52,21 +52,21 @@ and just ask the editors to select the category. ### Observations/Thoughts * [Running real-time Rust](https://tweedegolf.nl/en/blog/198/running-real-time-rust) +* [A look at Rust from 2012](https://purplesyringa.moe/blog/a-look-at-rust-from-2012/) +* [Making the case that Cargo features could be improved to alleviate Rust compile times](https://saghm.com/cargo-features-rust-compile-times/) * [How Cloudflare uses Rust to serve (and break) millions of websites at 50+ millions requests per second](https://kerkour.com/how-cloudflare-uses-rust) * [audio] [Netstack.FM episode 15 — Pingora with Edward and Noah from Cloudflare](https://netstack.fm/#episode-15) * [video] [Grind: Java Deserves Modern Tooling*](https://www.youtube.com/watch?v=-mOby4FPRXg) ### Rust Walkthroughs * [Rust Unit Testing: File reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_reading/) -* [A look at Rust from 2012](https://purplesyringa.moe/blog/a-look-at-rust-from-2012/) * [Practical Performance Lessons from Apache DataFusion](https://greptime.com/blogs/2025-11-25-datafusion) * [Describing binary data with Deku](https://codeconstruct.com.au/docs/deku-elf-parser/) -* [Making the case that Cargo features could be improved to alleviate Rust compile times](https://saghm.com/cargo-features-rust-compile-times/) -* [filtra.io | Toyota's "Tip Of The Spear" Is Choosing Rust](https://filtra.io/rust/interviews/woven-by-toyota-nov-25) ### Miscellaneous * [Rust For Linux Kernel Co-Maintainer Formally Steps Down](https://www.phoronix.com/news/Alex-Gaynor-Rust-Maintainer) * [JetBrains supports the open source Rust projects Ratatui and Biome](https://blog.jetbrains.com/blog/2025/11/18/open-source-in-focus-projects-we-re-proud-to-support/) +* [filtra.io | Toyota's "Tip Of The Spear" Is Choosing Rust](https://filtra.io/rust/interviews/woven-by-toyota-nov-25) ## Crate of the Week From e776022c5bde049ec4cb7351d4ed93eae7fb2e6f Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 18:09:18 -0800 Subject: [PATCH 5/7] add reddit link --- draft/2025-11-26-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-11-26-this-week-in-rust.md b/draft/2025-11-26-this-week-in-rust.md index 40064c9b3..f42bbaa72 100644 --- a/draft/2025-11-26-this-week-in-rust.md +++ b/draft/2025-11-26-this-week-in-rust.md @@ -467,4 +467,4 @@ This Week in Rust is edited by: *Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* -[Discuss on r/rust](REDDIT_LINK_HERE) +[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1p7q9we/this_week_in_rust_627/) From 616ecd07c6f2bb91544cc17ca38f27c251b7e5b6 Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 18:09:55 -0800 Subject: [PATCH 6/7] publishing 627 --- .../2025-11-26-this-week-in-rust.md | 0 draft/2025-12-03-this-week-in-rust.md | 359 ++++++++++++++++++ 2 files changed, 359 insertions(+) rename {draft => content}/2025-11-26-this-week-in-rust.md (100%) create mode 100644 draft/2025-12-03-this-week-in-rust.md diff --git a/draft/2025-11-26-this-week-in-rust.md b/content/2025-11-26-this-week-in-rust.md similarity index 100% rename from draft/2025-11-26-this-week-in-rust.md rename to content/2025-11-26-this-week-in-rust.md diff --git a/draft/2025-12-03-this-week-in-rust.md b/draft/2025-12-03-this-week-in-rust.md new file mode 100644 index 000000000..9280b0e36 --- /dev/null +++ b/draft/2025-12-03-this-week-in-rust.md @@ -0,0 +1,359 @@ +Title: This Week in Rust 628 +Number: 628 +Date: 2025-12-03 +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/main/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-12-03 - 2025-12-31 🦀 + +### Virtual +* 2025-11-26 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) | [Silicon Girona](https://silicongirona.github.io) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/q5tjirkt) +* 2025-11-27 | Virtual (Buenos Aires, AR) | [Rust en Español](https://www.meetup.com/rust-argentina) + * [**Meet de Noviembre - Async Runtimes, parte 2!**](https://www.meetup.com/rust-argentina/events/312061828/) +* 2025-11-30 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust) + * [**Rust Readers Discord Discussion: Macros**](https://www.meetup.com/dallasrust/events/311109188/) +* 2025-12-02 | Virtual (London, UK) | [Women in Rust](https://www.meetup.com/women-in-rust) + * [**Advent of Code - Kick Off!**](https://www.meetup.com/women-in-rust/events/311068648/) +* 2025-12-03 | 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-12-03 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs) + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/311886445/) +* 2025-12-04 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/306046643/) +* 2025-12-05 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff) + * [**Rust & C++ Christmas Game Jam Kick-Off!**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/311103307/) +* 2025-12-06 | 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-628763878687) +* 2025-12-07 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff) + * [**Rust & C++ Christmas Game Jam Finale**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/311103329/) +* 2025-12-09 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust) + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/305361537/) +* 2025-12-10 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/li5de4ts) +* 2025-12-11 | Hybrid (Seattle, WA, US) | [Seattle Rust User Group](https://www.meetup.com/join-srug) + * [**December, 2025 SRUG (Seattle Rust User Group) Meetup**](https://www.meetup.com/seattle-rust-user-group/events/311351054/) +* 2025-12-11 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris) + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/306046672/) +* 2025-12-16 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc) + * [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/310002338/) +* 2025-12-17 | Hybrid (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust) + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/309926569/) +* 2025-12-17 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/6v2rorp3) +* 2025-12-18 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/306046644/) +* 2025-12-23 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust) + * [**Fourth Tuesday**](https://www.meetup.com/dallasrust/events/305361448/) + +### Asia +* 2025-12-08 | Tokyo, JP | [Rust Global: Tokyo](https://rustfoundation.org/event/rust-global-tokyo/) + * [**Rust Global: Tokyo**](https://rustfoundation.org/event/rust-global-tokyo/) +* 2025-12-20 | Bangalore, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore) + * [**December 2025 Rustacean meetup**](https://hasgeek.com/rustbangalore/december-2025-rustacean-meetup/) + +### Europe +* 2025-11-26 | Bern, CH | [Rust Bern](https://www.meetup.com/rust-bern) + * [**2025 Rust Talks Bern #5 @Source Engineers**](https://www.meetup.com/rust-bern/events/311792568/) +* 2025-11-27 | Augsburg, DE | [Rust Meetup Augsburg](https://rust-augsburg.github.io/meetup) + * [**Rust Meetup #16: Christian Meusel - Oxidizing Step by Step**](https://rust-augsburg.github.io/meetup/Meetup_16.html) +* 2025-11-27 | Barcelona, ES | [BcnRust](https://www.meetup.com/bcnrust) + * [**19th BcnRust Meetup**](https://www.meetup.com/bcnrust/events/311787736/) +* 2025-11-27 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin) + * [**Rust Berlin on location 🏳️‍🌈 - Edition 009**](https://www.meetup.com/rust-berlin/events/312169727/) +* 2025-11-27 | Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community) + * [**Rust meetup #63 sponsored by Adapt!**](https://www.meetup.com/copenhagen-rust-community/events/312070502/) +* 2025-11-27 | Edinburgh, UK | [Rust and Friends](https://www.meetup.com/rust-edi) + * [**Exotically Sized Types, and Rust in Space at Spire!**](https://www.meetup.com/rust-and-friends/events/311753411/) +* 2025-11-28 | Prague, CZ | [Rust Prague](https://www.meetup.com/rust-prague) + * [**Rust Meetup Prague @ Barclays**](https://www.meetup.com/rust-prague/events/311846118/) +* 2025-12-03 | Girona, ES | [Rust Girona](https://lu.ma/rust-girona) + * [**Rust Girona Hack & Learn 12 2025**](https://luma.com/8ncu1p8l) +* 2025-12-03 | Oxford, UK | [Oxford ACCU/Rust Meetup.](https://www.meetup.com/oxford-rust-meetup-group) + * [**Rust/ACCU meetup.**](https://www.meetup.com/oxford-rust-meetup-group/events/311994790/) +* 2025-12-04 | Vienna, AT | [Rust Vienna](https://www.meetup.com/rust-vienna) + * [**Rust Vienna S2E2 - December | at metalab 🦀**](https://www.meetup.com/rust-vienna/events/311680386/) +* 2025-12-08 | Dortmund, DE | [Rust Dortmund](https://www.meetup.com/rust-dortmund) + * [**Rust Dortmund Meetup - December 2025**](https://www.meetup.com/rust-dortmund/events/312165912/) +* 2025-12-08 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris) + * [**Rust meetup #81**](https://www.meetup.com/rust-paris/events/312004357/) +* 2025-12-10 | München, DE | [Rust Munich](https://www.meetup.com/rust-munich) + * [**Rust Munich 2025 / 4 - Hacking Evening**](https://www.meetup.com/rust-munich/events/307105932/) +* 2025-12-10 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop) + * [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/308944053/) +* 2025-12-16 | Bergen, NO | [Rust Bergen](https://www.meetup.com/bergen-rust-new-technology/events/) + * [**Rust Bergen #3 @ Zrch**](https://www.meetup.com/de-de/bergen-rust-new-technology/events/312037597) +* 2025-12-16 | Leipzig, SN, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig) + * [**Topic TBD**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/308592258/) + +### North America +* 2025-11-26 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/310457310/) +* 2025-11-26 | Phoenix, AZ, US | [Desert Rust](https://www.meetup.com/desert-rustaceans) + * [**Booze.rs**](https://www.meetup.com/desert-rustaceans/events/312000222/) +* 2025-11-27 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/) + * [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/jqvvttyhcpbkc/) +* 2025-11-29 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust) + * [**Harvard Square Rust Lunch, Nov 29**](https://www.meetup.com/bostonrust/events/311917256/) +* 2025-12-02 | Chicago, IL, US | [Chicago Rust Meetup](https://www.meetup.com/chicago-rust-meetup) + * [**Rust Talk December**](https://www.meetup.com/chicago-rust-meetup/events/311736848/) +* 2025-12-04 | México City, MX | [Rust MX](https://www.meetup.com/rust-mx/) + * [**Optimizando rendimiento de Python con Rust**](https://www.meetup.com/rust-mx/events/312052780/) +* 2025-12-04 | Saint Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust) + * [**Actix Web Unleashed: Mastering State, Security, and Scalable Handlers in Rust**](https://www.meetup.com/stl-rust/events/311396006/) +* 2025-12-05 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc) + * [**Rust NYC Unconf 2025: Our Biggest Event Yet!**](https://www.meetup.com/rust-nyc/events/311757146/) +* 2025-12-06 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust) + * [**Downtown Rust Lunch, Dec 6**](https://www.meetup.com/bostonrust/events/311917263/) +* 2025-12-11 | Hybrid (Seattle, WA, US) | [Seattle Rust User Group](https://www.meetup.com/join-srug) + * [**December, 2025 SRUG (Seattle Rust User Group) Meetup**](https://www.meetup.com/seattle-rust-user-group/events/311351054/) +* 2025-12-11 | Lehi, UT, US | [Utah Rust](https://www.meetup.com/utah-rust/) + * [**Competetive Robotics with Rust**](https://www.meetup.com/utah-rust/events/311613704/) +* 2025-12-11 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/) + * [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/312103517/) +* 2025-12-11 | San Diego, CA, US | [San Diego Rust](https://www.meetup.com/san-diego-rust) + * [**San Diego Rust December Meetup - Back in person!**](https://www.meetup.com/san-diego-rust/events/312009598/) +* 2025-12-13 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust) + * [**Alewife Rust Lunch, Dec 13**](https://www.meetup.com/bostonrust/events/311917267/) +* 2025-12-16 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group) + * [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/308865807/) +* 2025-12-17 | Hybrid (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust) + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/309926569/) +* 2025-12-20 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust) + * [**Back Bay Rust Lunch, Dec 20**](https://www.meetup.com/bostonrust/events/311917280/) +* 2025-12-24 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/312076080/) + +### Oceania +* 2025-12-11 | Brisbane City, QL, AU | [Rust Brisbane](https://www.meetup.com/rust-brisbane) + * [**Rust Meetup Dec 2025**](https://www.meetup.com/rust-brisbane/events/312027415/) + +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) From ec5e30a4adb0139094540dac8fe18fc3be49b80b Mon Sep 17 00:00:00 2001 From: bdillo Date: Wed, 26 Nov 2025 18:12:41 -0800 Subject: [PATCH 7/7] 627 formatting fixes --- content/2025-11-26-this-week-in-rust.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/content/2025-11-26-this-week-in-rust.md b/content/2025-11-26-this-week-in-rust.md index f42bbaa72..028a78516 100644 --- a/content/2025-11-26-this-week-in-rust.md +++ b/content/2025-11-26-this-week-in-rust.md @@ -128,9 +128,9 @@ Are you a new or experienced speaker looking for a place to share something cool -* [**Rustikon 2026**](https://sessionize.com/rustikon-2026/)| CFP closes 2025-11-24 | Warsaw, Poland | 2025-03-19 - 2025-03-20 | [Event Website](https://www.rustikon.dev/) -* [**TokioConf 2026**](https://tokio.rs/blog/2025-09-26-announcing-tokio-conf-cfp)| CFP closes 2025-12-08 | Portland, Oregon, USA | 2026-04-20 -* [**RustWeek 2026**](https://sessionize.com/rustweek-2026/)| CFP closes 2025-12-31 | Utrecht, The Netherlands | 2026-05-19 - 2026-05-20 +* [**Rustikon 2026**](https://sessionize.com/rustikon-2026/) | CFP closes 2025-11-24 | Warsaw, Poland | 2025-03-19 - 2025-03-20 | [Event Website](https://www.rustikon.dev/) +* [**TokioConf 2026**](https://tokio.rs/blog/2025-09-26-announcing-tokio-conf-cfp) | CFP closes 2025-12-08 | Portland, Oregon, USA | 2026-04-20 +* [**RustWeek 2026**](https://sessionize.com/rustweek-2026/) | CFP closes 2025-12-31 | Utrecht, The Netherlands | 2026-05-19 - 2026-05-20 @@ -142,7 +142,7 @@ If you are an event organizer hoping to expand the reach of your event, please s [merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-11-18..2025-11-25 - #### Compiler +#### Compiler * [allow unnormalized types in drop elaboration](https://github.com/rust-lang/rust/pull/148719) * [avoid encoding non-constness or non-asyncness in metadata](https://github.com/rust-lang/rust/pull/149054) * [fix MaybeUninit codegen using GVN](https://github.com/rust-lang/rust/pull/147827) @@ -155,7 +155,8 @@ If you are an event organizer hoping to expand the reach of your event, please s * [sess: default to v0 symbol mangling on nightly](https://github.com/rust-lang/rust/pull/89917) * [turn moves into copies after copy propagation](https://github.com/rust-lang/rust/pull/147804) * [warn against calls which mutate an interior mutable `const`-item](https://github.com/rust-lang/rust/pull/148407) - #### Library + +#### Library * [add `bit_width` for unsigned `NonZero`](https://github.com/rust-lang/rust/pull/148797) * [alloc: fix `Debug` implementation of `ExtractIf`](https://github.com/rust-lang/rust/pull/147035) * [make SIMD intrinsics available in `const`-contexts](https://github.com/rust-lang/rust/pull/147521) @@ -165,7 +166,8 @@ If you are an event organizer hoping to expand the reach of your event, please s * [v0 mangling for std on nightly](https://github.com/rust-lang/rust/pull/149148) * [hashbrown: add `HashTable` methods related to the raw bucket index](https://github.com/rust-lang/hashbrown/pull/657) * [hashbrown: allow providing the key at insertion time for EntryRef](https://github.com/rust-lang/hashbrown/pull/579) - #### Cargo + +#### Cargo * [`docs(guide)`: When suggesting alt dev profile, link to related issue](https://github.com/rust-lang/cargo/pull/16275) * [`feat(generate-lockfile)`: Add unstable --publish-time flag](https://github.com/rust-lang/cargo/pull/16265) * [`feat(tree)`: Add more native completions](https://github.com/rust-lang/cargo/pull/16296) @@ -177,16 +179,19 @@ If you are an event organizer hoping to expand the reach of your event, please s * [enable `CARGO_CFG_DEBUG_ASSERTIONS` in build scripts based on profile](https://github.com/rust-lang/cargo/pull/16160) * [feat: emit a warning when both `package.publish` and `--index` are specified](https://github.com/rust-lang/cargo/pull/16268) * [test: re-enable test since not flaky anymore](https://github.com/rust-lang/cargo/pull/16287) - #### Rustdoc + +#### Rustdoc * [rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution](https://github.com/rust-lang/rust/pull/149043) * [rustdoc: make mergeable crate info more usable](https://github.com/rust-lang/rust/pull/148234) - #### Clippy + +#### Clippy * [`explicit_deref_methods`: don't lint in `impl Deref(Mut)`](https://github.com/rust-lang/rust-clippy/pull/16113) * [add `large-error-ignored` config-knob](https://github.com/rust-lang/rust-clippy/pull/15697) * [fix `useless_asref` suggests wrongly when used in ctor](https://github.com/rust-lang/rust-clippy/pull/16115) * [fix wrongly unmangled macros for `transmute_ptr_to_ptr` and `transmute_bytes_to_str`](https://github.com/rust-lang/rust-clippy/pull/16105) * [taking a raw pointer on a union field is a safe operation](https://github.com/rust-lang/rust-clippy/pull/16079) - #### Rust-Analyzer + +#### Rust-Analyzer * [add `unsafe(…)` attribute completion](https://github.com/rust-lang/rust-analyzer/pull/21047) * [add pretty number for `add_explicit_enum_discriminant`](https://github.com/rust-lang/rust-analyzer/pull/20559) * [add semantic tokens for deprecated items](https://github.com/rust-lang/rust-analyzer/pull/21100)