Hello and welcome to another issue of This Week in Rust! Rust 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 on Bluesky or @ThisWeekinRust on mastodon.social, or send us a pull request. Want to get involved? We love contributions.
This Week in Rust is openly developed on GitHub and archives can be viewed at [this-week-in-rust.org]…
Hello and welcome to another issue of This Week in Rust! Rust 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 on Bluesky or @ThisWeekinRust on mastodon.social, or send us a pull request. Want to get involved? We love contributions.
This Week in Rust is openly developed on GitHub and archives can be viewed at this-week-in-rust.org. If you find any errors in this week’s issue, please submit a PR.
Want TWIR in your inbox? Subscribe here.
Official
Newsletters
Project/Tooling Updates
- channels-console - real-time monitoring, metrics and logs for Rust channels
- qstr: Cache-efficient, stack-allocated string types
- Announcing Magika 1.0: now faster, smarter, and rebuilt in Rust
- Tokuin 0.1.2: Load Testing LLMs from the Terminal
- semver-query: semantic versioning data query tool
- SeaORM 2.0: Strongly-Typed Column
- LLMs: nanoGPT model in Rust - arrowspace v0.22.0 released
- InterpN: Fast Interpolation
- Tako 0.5.0 road to v1.0.0
Observations/Thoughts
- Just call clone (or alias)
- Engineering a Rust optimization quiz
- Rust vs. Python: Finding the right balance between speed and simplicity
- [video] A Quick Start to Rust Lang
- [video] Rust & JavaScript - Jakob Meier - Rust Zürisee November 2024
- [audio] Netstack.FM Episode 13 – Inside Ping Proxies with Joseph Dye
Rust Walkthroughs
Miscellaneous
Crate of the Week
This week’s crate is automesh, a crate for high-performance automatic mesh generation in Rust.
Thanks to Michael R. Buche for the self-suggestion!
Please submit your suggestions and votes for neMichael R. Buchext week!
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.
- No calls for testing were issued this week by Rust, Cargo, Rust language RFCs or Rustup.
Let us know if you would like your feature to be tracked as a part of this list.
RFCs
Rust
Rustup
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.
No Calls for participation were submitted this week.
If you are a Rust project owner and are looking for contributors, please submit tasks here or through a PR to TWiR or by reaching out on Bluesky or Mastodon!
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.
- TokioConf 2026| CFP closes 2025-12-08 | Portland, Oregon, USA | 2026-04-20
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 or by reaching out on Bluesky or Mastodon!
Updates from the Rust Project
409 pull requests were merged in the last week
Compiler
- add LLVM realtime sanitizer
- don’t completely reset HeadUsages
- use annotate-snippets by default on nightly
- implement SIMD funnel shifts in const-eval/Miri
- recover [T: N] as [T; N]
Library
- add Allocator proxy impls for Box, Rc, and Arc
- add extend_front to VecDeque with specialization like extend
- add alignment parameter to simd_masked_{load,store}
- constify ControlFlow methods with unstable bounds
- constify ControlFlow methods without unstable bounds
- constify result unwrap unchecked
- optimize path components iteration on platforms that don’t have prefixes
- stabilize as_array in [_] and *const [_]; stabilise as_mut_array in [_] and *mut [_]
- stabilize vec_deque_pop_if
- stabilize s390x vector target feature and is_s390x_feature_detected! macro
- stop specializing on Copy
Cargo
- cli: Refer to commands, not subcommands
- completions: don’t wrap completion item help in parenthesis
- add native completions for –package on various commands
Rustdoc
- search: remove broken index special case
- properly highlight shebang, frontmatter & weak keywords in source code pages and code blocks
Clippy
- perf: manual_is_power_of_two: perform the is_integer_literal check first
- consider type conversion that won’t overflow
- don’t flag cfg(test) as multiple inherent impl
- fix match_single_binding suggesting wrongly inside tuple
- fix missing_asserts_for_indexing changing assert_eq to assert
- fix missing_inline_in_public_items failing to fulfill expect in –test build
- fix mod_module_files false positive for tests in workspaces
- fix nonminimal_bool wrongly unmangled terms
- fix useless_let_if_seq false negative when if is in the last expr of block
Rust-Analyzer
- support rename after adding loop label
- add block on postfix .const completion
- fix panicking while resolving callable sigs for AsyncFnMut
- handle guards in replace_if_let_with_match
- handle method calls in apply_demorgan
- parse impl ! {}
- move safe computation out of unsafe block
- perf: only populate public items in dependency symbol index
- perf: reduce memory usage of symbol index
Rust Compiler Performance Triage
Mostly quiet week, with the majority of changes coming from the standard library work towards removal of Copy specialization (#135634).
Triage done by @simulacrum. Revision range: 35ebdf9b..055d0d6a
3 Regressions, 1 Improvement, 7 Mixed; 3 of them in rollups 37 artifact comparisons made in total
Approved RFCs
Changes to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:
Every week, the team announces the ‘final comment period’ for RFCs and key PRs which are reaching a decision. Express your opinions now.
Tracking Issues & PRs
Rust
- Warn against calls which mutates an interior mutable const -item
- parser/lexer: bump to Unicode 17, use faster unicode-ident
- const-eval: fix and re-enable pointer fragment support
- Replace OffsetOf by an actual sum of calls to intrinsic.
- Stabilize asm_cfg
- Stabilize -Zremap-path-scope
- error out when repr(align) exceeds COFF limit
Compiler Team (MCPs only) * target tier 3 support for hexagon-unknown-qurt * Proposal for a dedicated test suite for the parallel frontend * Proposal for Adapt Stack Protector for Rust * Give integer literals a sign instead of relying on negation expressions
No Items entered Final Comment Period this week for Rust RFCs, Cargo, Language Team, Language Reference, Leadership Council or Unsafe Code Guidelines.
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
New and Updated RFCs
Upcoming Events
Rusty Events between 2025-11-12 - 2025-12-10 🦀
Virtual
-
2025-11-12 | Virtual (Boulder, CO, US) | Boulder Elixir
-
2025-11-12 | Virtual (Girona, ES) | Rust Girona | Silicon Girona
-
2025-11-13 | Virtual (Nürnberg, DE) | Rust Nuremberg
-
2025-11-16 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup
-
2025-11-18 | Virtual (Washington, DC, US) | Rust DC
-
2025-11-19 | Virtual (Girona, ES) | Rust Girona | Silicon Girona
-
2025-11-19 | Virtual (Vancouver, BC, CA) | Vancouver Rust
-
2025-11-20 | Virtual (Berlin, DE) | Rust Berlin
-
2025-11-20 | Virtual (Charlottesville, VA, US) | Charlottesville Rust Meetup
-
2025-11-23 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup
-
2025-11-25 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup
-
2025-11-25 | Virtual (London, UK) | Women in Rust
-
2025-11-26 | Virtual (Girona, ES) | Rust Girona | Silicon Girona
-
2025-11-30 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup
-
2025-12-02 | Virtual (London, GB) | Women in Rust
-
2025-12-03 | Virtual (Buffalo, NY, US) | Buffalo Rust Meetup
-
2025-12-03 | Virtual (Indianapolis, IN, US) | Indy Rust
-
2025-12-04 | Virtual (Berlin, DE) | Rust Berlin
-
2025-12-09 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup
Africa
-
2025-11-18 | Johannesburg, ZA | Johannesburg Rust Meetup
Asia
-
2025-11-15 | Bangalore, IN | Rust Bangalore
Europe
-
2025-11-12 | Cambridge, UK | Cambridge Rust Meetup
-
2025-11-12 | Reading, UK | Reading Rust Workshop
-
2025-11-13 | Geneva, CH | Rust Geneva
-
2025-11-13 | London, UK | London Rust Project Group
-
2025-11-13 | London, UK | Rust London User Group
-
2025-11-13 | Paris, FR | Rust Paris
-
2025-11-14 | Stockholm, SE | Stockholm Rust
-
2025-11-18 | Bergen, NO | Rust Bergen
-
2025-11-18 | Leipzig, SN, DE | Rust - Modern Systems Programming in Leipzig
-
2025-11-19 | Ostrava, CZ | TechMeetup Ostrava
-
2025-11-20 | Aarhus, DK | Rust Aarhus
-
2025-11-20 | Amsterdam, NL | Rust Developers Amsterdam Group
-
2025-11-20 | Luzern, CH | Rust Luzern
-
2025 Rust Talks Luzern #3: Crate Walkthroughs @ Noser Engineering AG
-
2025-11-26 | Bergen, NO | Hubbel kodeklubb
-
2025-11-26 | Bern, CH | Rust Bern
-
2025-11-27 | Barcelona, ES | BcnRust
-
2025-11-27 | Edinburgh, UK | Rust and Friends
-
2025-11-28 | Prague, CZ | Rust Prague
-
2025-12-03 | Girona, ES | Rust Girona | Silicon Girona
-
2025-12-03 | Oxford, UK | Oxford ACCU/Rust Meetup.
-
2025-12-10 | München, DE | Rust Munich
-
2025-12-10 | Reading, UK | Reading Rust Workshop
North America
-
2025-11-13 | Lehi, UT, US | Utah Rust
-
2025-11-13 | New York, NY, US | Rust NYC
-
Talks: Custom Rust Linting (ast-grep) & Geospatial DataFrame lib (SedonaDB)
-
2025-11-13 | Portland, OR, US | PDXRust
-
2025-11-13 | San Diego, CA, US | San Diego Rust
-
2025-11-16 | Boston, MA, US | Boston Rust Meetup
-
2025-11-18 | San Francisco, CA, US | San Francisco Rust Study Group
-
2025-11-20 | Seattle, WA, US | Seattle Rust User Group
-
2025-11-20 | Spokane, WA, US | Spokane Rust
-
2025-11-23 | Boston, MA, US | Boston Rust Meetup
-
2025-11-26 | Austin, TX, US | Rust ATX
-
2025-11-27 | Mountain View, CA, US | Hacker Dojo
-
2025-11-29 | Boston, MA, US | Boston Rust Meetup
-
2025-12-02 | Chicago, IL, US | Chicago Rust Meetup
-
2025-12-04 | Saint Louis, MO, US | STL Rust
-
Actix Web Unleashed: Mastering State, Security, and Scalable Handlers in Rust
-
2025-12-05 | New York, NY, US | Rust NYC
-
2025-12-06 | Boston, MA, US | Boston Rust Meetup
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 for access.
Jobs
Please see the latest Who’s Hiring thread on r/rust
Quote of the Week
Making your
unsafevery tiny is sort of like putting caution markings on the lethally strong robot arm with no proximity sensors, rather than on the door into the protective cage.
– Stephan Sokolow on lobste.rs
Thanks to llogiq for the suggestion!
Please submit quotes and vote for next week!
This Week in Rust is edited by: * nellshamrell * llogiq * ericseppanen * extrawurst * U007D * mariannegoldin * bdillo * opeolluwa * bnchi * KannanPalani57 * tzilist
Email list hosting is sponsored by The Rust Foundation