{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihh7vmz47oq6gib62p44zxw34u7hf4sbt5bgt6iqc7ewkf6nvleki",
    "uri": "at://did:plc:mbg47fuifchzhulb5djupokz/app.bsky.feed.post/3mo23balsvfg2"
  },
  "path": "/blog/2026/06/10/this-week-in-rust-655/",
  "publishedAt": "2026-06-10T04:00:00.000Z",
  "site": "https://this-week-in-rust.org",
  "tags": [
    "This Week in Rust",
    "Rust",
    "@thisweekinrust.bsky.social",
    "@ThisWeekinRust",
    "send us a pull request",
    "We love contributions",
    "on GitHub",
    "this-week-in-rust.org",
    "please submit a PR",
    "Subscribe here",
    "How Josh helps Rust manage code across multiple repositories",
    "Maintainer spotlight: Tiffany Pek Yuan (@tiif)",
    "This Month in Rust OSDev: May 2026",
    "The Embedded Rustacean Issue #73",
    "Announcing stdx, Rust's extended standard library",
    "OmniScope 0.2.0 released:FFI static detection tool based on LLVM IR",
    "Announcing Asterinas 0.18.0",
    "Oryxis SSH 0.8: split panes",
    "Ratatui 0.30.1 is released - a Rust library for cooking up terminal user interfaces",
    "@utoo/pack: A Next-Generation Build Tool Based on Turbopack",
    "Pico de Gallo - a USB-attached protocol bridge for developing embedded-hal drivers on your laptop",
    "kache 0.5.0: designing a correct compile-cache key",
    "Announcing smb2: a very fast pure-Rust SMB2/3 client",
    "Only Bounds",
    "Porting our Django backend to Rust improved the infra usage by 90%",
    "Decimal Crates Comparison and Benchmark",
    "Chinese version",
    "TeaQL Robot Task Board: a Rust TUI showcase for auditable business workflows",
    "Rayon is NOT for games - use this instead",
    "Veo with Anders Hellerup Madsen and Gorm Casper",
    "Who Runs Your Rust Future? Hands-On Intro to Async Rust",
    "Extend MySQL Using Rust",
    "Learn Rust Smart Pointers and Interior Mutability by Building Git Commit Graph Viewer",
    "heap underflow: classic algorithm solutions in idiomatic Rust, runnable in the browser",
    "rustion",
    "handewo",
    "Please submit your suggestions and votes for next week",
    "Cargo",
    "Rustup",
    "Rust language RFCs",
    "Let us know",
    "cuda-oxide Windows fork - test the Windows MSVC release on more CUDA/Windows setups",
    "openslate - add unit tests for slugify() in api/src/notes.rs",
    "openslate - add integration tests for notes CRUD in api/src/notes.rs",
    "openslate - add integration tests for auth flow in api/src/users.rs",
    "openslate - add unit tests for build_fts_query() in api/src/search.rs",
    "openslate - add integration tests for auth middleware and logout in api/src/auth.rs",
    "openslate - add integration tests for media endpoints (DB layer) in api/src/media.rs",
    "openslate - add unit tests for ext_from_mime() and filename_from_url() in api/src/media.rs",
    "reliakit - add a typed_csv example to the umbrella crate",
    "reliakit - implement CsvField for char",
    "reliakit - implement CsvField for the core::net address types",
    "reliakit - write a short \"which resilience block do I use?\" guide",
    "reliakit - extract a reusable rolling-window counter from RollingBreaker",
    "here",
    "PR to TWiR",
    "Bluesky",
    "Mastodon",
    "merged in the last week",
    "add extern \"tail\" calling convention",
    "add very basic \"comptime\" fn implementation",
    "avoid unreachable_code on required return values",
    "cleanup and optimize render_impls",
    "macros: report unbound metavariables directly",
    "rewrite rustc_span::symbol::Interner to avoid double hashing",
    "staticlib hide internal symbols",
    "add APIs for case folding to the standard library",
    "add _value API for number literals in proc-macro",
    "further optimize SliceIndex<str> impl for Range<usize>",
    "improve TLS codegen by marking the panic/init path as cold",
    "perf: use get_unchecked for TwoWaySearcher",
    "stabilize PathBuf::into_string",
    "stabilize Result::map_or_default and Option::map_or_default",
    "strip CR from cargo:token-from-stdout",
    "IXCRE: preserve sizedness bounds on type params belonging to the parent item",
    "don't link doc(hidden) associated type projections",
    "fix trait impl ordering",
    "render impl restriction",
    "support iter_mut in ITER_NEXT_SLICE",
    "borrowed_box: clean-up, improve suggestion message",
    "double_must_use: make the lint machine-applicable in single-attribute case",
    "iter_cloned_collect: split off the suggestion from the main message",
    "add manual_isolate_lowest_one lint",
    "detect more ranges in single_range_in_vec_init",
    "do not trigger inline_trait_bounds on auto-derived code",
    "extend extra_unused_lifetimes for spurious for<'a>",
    "large_const_arrays: check nested large arrays",
    "fix explicit_counter_loop false positive when the counter is only modified inside the else block of let...else binding",
    "fix result_large_err and result_unit_err not triggering on async functions",
    "fix unused_async_trait_impl suggestions with return statements",
    "fix lints duplications in unknown_attribute and renamed_builtin_attr",
    "obtaining the metadata of a const pointer is a const operation",
    "perf: avoid cloning associated items in empty_line_after",
    "perf: skip the boxed_local walk for functions without a Box parameter",
    "perf: skip the inline_always relevance walk for items without the attribute",
    "feat(diagnostics): emit error for infer vars in non-inference contexts",
    "adopt uv's AI policy",
    "distribute windows builts with mimalloc",
    "lower field defaults to rustc_type_ir::Consts",
    "RunnableKind::Test should map to project_json::RunnableKind::TestOne",
    "extract_function misses &mut for container[i].mut_method()",
    "do not emit a \"type annotations needed\" error on include_bytes!() where the array length cannot be inferred",
    "no generate unused generic params in trait sign",
    "parse OR pattern types",
    "rename schema subItems with sub_items",
    "implement rust-analyzer/evaluatePredicate lsp extension",
    "parse unnamed enum variants",
    "4804ad7e..f3ef3bd8",
    "Full report here",
    "Approved RFCs",
    "RFC (request for comments) process",
    "![register_{attribute,lint}_tool]",
    "the team",
    "Document panic in RangeInclusive::from(legacy::RangeInclusive)",
    "Tracking Issue for explicit-endian String::from_utf16",
    "Tracking Issue for substr_range and related methods",
    "Decide and document where stdarch intrinsics are allowed to diverge from asm behavior",
    "Document that ManuallyDrop's Box interaction has been fixed",
    "Add temporary scope to assert_eq and assert_ne",
    "Clean up crate type names to fix dylib vs staticlib confusion",
    "Add T: PartialEq bounds to derived StructuralPartialEq impls.",
    "stabilize feature float_algebraic",
    "Compiler Team",
    "(MCPs only)",
    "Deny todo!() in tidy",
    "Leadership Council",
    "Rust All Hands 2027",
    "Rust RFCs",
    "Language Team",
    "Language Reference",
    "Unsafe Code Guidelines",
    "New and Updated RFCs",
    "RFC for convenient, explicit closure capture using move($expr) expressions",
    "Rust Girona",
    "Weekly coding session",
    "RustaceansKenya",
    "RUST FOR CIVIC TECH",
    "Rust DC",
    "Mid-month Rustful",
    "Vancouver Rust",
    "Rust Study/Hack/Hang-out",
    "Seattle Rust User Group",
    "June, 2026 SRUG (Seattle Rust User Group) Meetup",
    "Rust Berlin",
    "Rust Hack and Learn",
    "Dallas Rust User Meetup",
    "Rust Deep Learning: Third Sunday",
    "Fourth Tuesday",
    "Women in Rust",
    "Lunch & Learn: What the heck are monads - and how do we fake them in Rust",
    "Indy Rust",
    "Indy.rs - with Social Distancing",
    "Rust Nuremberg",
    "Rust Nürnberg online",
    "Rust Deep Learning: First Sunday",
    "👋 Community Catch Up",
    "Rust Cologne",
    "Rust in June: Speedy Rust",
    "Rust Munich",
    "Rust Munich 2026 / 2 - Hacking Evening",
    "Rust Berlin on location 🏳️‍🌈 - Edition 014",
    "PostTenebrasLab",
    "Rust Meetup Geneva",
    "Rustmeet",
    "Rust - Modern Systems Programming in Leipzig",
    "Interactive: Everything is Open Source",
    "Rust Language Milan",
    "Real-time planning in Rust: SolverForge & SERIO",
    "Rust Aarhus",
    "Talk Night at Danske Commodities",
    "BcnRust",
    "21st BcnRust Meetup",
    "Rust Dresden",
    "Second Meetup",
    "Rust Paris",
    "Rust meetup #86",
    "Rust Warsaw",
    "Rust Warsaw Meetup: June 2026",
    "Rust Berlin Talks: The next generation",
    "Rust and Friends",
    "Bevy, Bits, & Cats (Rust July Talks)",
    "Baseflow Tech Meetups",
    "AI Summit",
    "Rust Dublin",
    "Join us live and INPERSON for Rust 261",
    "Utah Rust",
    "Utah Rust June Meetup",
    "Hacker Dojo",
    "RUST MEETUP at HACKER DOJO",
    "San Diego Rust",
    "San Diego Rust June Meetup - Back in person!",
    "San Francisco Rust Study Group",
    "Rust Hacking in Person",
    "Rust ATX",
    "Rust Lunch - Fareground",
    "Rust Los Angeles",
    "Rust LA: Rust-Based Constraint Solvers in 2D Sketching with Zoo Technologies",
    "Rust Atlanta",
    "Rust-Atl",
    "Rust NYC",
    "Rust NYC's Big Summer Social",
    "STL Rust",
    "Git is easy?",
    "Rust Brisbane",
    "Rust Brisbane • June 2026",
    "Rust Melbourne",
    "Rust Melbourne June 2026",
    "Rust SC",
    "Rust Floripa",
    "calendar",
    "Who's Hiring thread on r/rust",
    "Prof. Dr. Ralf Jung on github",
    "Theemathas",
    "Please submit quotes and vote for next week!",
    "nellshamrell",
    "llogiq",
    "ericseppanen",
    "extrawurst",
    "U007D",
    "mariannegoldin",
    "bdillo",
    "opeolluwa",
    "bnchi",
    "KannanPalani57",
    "tzilist",
    "The Rust Foundation",
    "Discuss on r/rust",
    "@simulacrum"
  ],
  "textContent": "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.\n\n_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.\n\nWant TWIR in your inbox? Subscribe here.\n\n## Updates from Rust Community\n\n### Official\n\n  * How Josh helps Rust manage code across multiple repositories\n  * Maintainer spotlight: Tiffany Pek Yuan (@tiif)\n\n\n\n### Newsletters\n\n  * This Month in Rust OSDev: May 2026\n  * The Embedded Rustacean Issue #73\n\n\n\n### Project/Tooling Updates\n\n  * Announcing stdx, Rust's extended standard library\n  * OmniScope 0.2.0 released:FFI static detection tool based on LLVM IR\n  * Announcing Asterinas 0.18.0\n  * Oryxis SSH 0.8: split panes\n  * Ratatui 0.30.1 is released - a Rust library for cooking up terminal user interfaces\n  * @utoo/pack: A Next-Generation Build Tool Based on Turbopack\n  * Pico de Gallo - a USB-attached protocol bridge for developing embedded-hal drivers on your laptop\n  * kache 0.5.0: designing a correct compile-cache key\n  * Announcing smb2: a very fast pure-Rust SMB2/3 client\n\n\n\n### Observations/Thoughts\n\n  * Only Bounds\n  * Porting our Django backend to Rust improved the infra usage by 90%\n  * Decimal Crates Comparison and Benchmark | Chinese version\n  * TeaQL Robot Task Board: a Rust TUI showcase for auditable business workflows\n  * [video] Rayon is NOT for games - use this instead\n  * [audio] Veo with Anders Hellerup Madsen and Gorm Casper\n\n\n\n### Rust Walkthroughs\n\n  * [series] Who Runs Your Rust Future? Hands-On Intro to Async Rust\n  * Extend MySQL Using Rust\n  * Learn Rust Smart Pointers and Interior Mutability by Building Git Commit Graph Viewer\n  * heap underflow: classic algorithm solutions in idiomatic Rust, runnable in the browser\n\n\n\n## Crate of the Week\n\nThis week's crate is rustion, a SSH bastion server.\n\nThanks to handewo for the self-suggestion!\n\nPlease submit your suggestions and votes for next week!\n\n## Calls for Testing\n\nAn important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization.\n\nIf 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.\n\n_No calls for testing were issued this week by Rust, Cargo, Rustup or Rust language RFCs._\n\nLet us know if you would like your feature to be tracked as a part of this list.\n\n## Call for Participation; projects and speakers\n\n### CFP - Projects\n\nAlways 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!\n\nSome of these tasks may also have mentors available, visit the task page for more information.\n\n  * cuda-oxide Windows fork - test the Windows MSVC release on more CUDA/Windows setups\n  * openslate - add unit tests for slugify() in api/src/notes.rs\n  * openslate - add integration tests for notes CRUD in api/src/notes.rs\n  * openslate - add integration tests for auth flow in api/src/users.rs\n  * openslate - add unit tests for build_fts_query() in api/src/search.rs\n  * openslate - add integration tests for auth middleware and logout in api/src/auth.rs\n  * openslate - add integration tests for media endpoints (DB layer) in api/src/media.rs\n  * openslate - add unit tests for ext_from_mime() and filename_from_url() in api/src/media.rs\n  * reliakit - add a typed_csv example to the umbrella crate\n  * reliakit - implement CsvField for char\n  * reliakit - implement CsvField for the core::net address types\n  * reliakit - write a short \"which resilience block do I use?\" guide\n  * reliakit - extract a reusable rolling-window counter from RollingBreaker\n\n\n\nIf 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!\n\n### CFP - Events\n\nAre 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.\n\nIf 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!\n\n## Updates from the Rust Project\n\n526 pull requests were merged in the last week\n\n#### Compiler\n\n  * add extern \"tail\" calling convention\n  * add very basic \"comptime\" fn implementation\n  * avoid unreachable_code on required return values\n  * cleanup and optimize render_impls\n  * macros: report unbound metavariables directly\n  * rewrite rustc_span::symbol::Interner to avoid double hashing\n  * staticlib hide internal symbols\n\n\n\n#### Library\n\n  * add APIs for case folding to the standard library\n  * add _value API for number literals in proc-macro\n  * further optimize SliceIndex<str> impl for Range<usize>\n  * improve TLS codegen by marking the panic/init path as cold\n  * perf: use get_unchecked for TwoWaySearcher\n  * stabilize PathBuf::into_string\n  * stabilize Result::map_or_default and Option::map_or_default\n\n\n\n#### Cargo\n\n  * strip CR from cargo:token-from-stdout\n\n\n\n#### Rustdoc\n\n  * IXCRE: preserve sizedness bounds on type params belonging to the parent item\n  * don't link doc(hidden) associated type projections\n  * fix trait impl ordering\n  * render impl restriction\n\n\n\n#### Clippy\n\n  * support iter_mut in ITER_NEXT_SLICE\n  * borrowed_box: clean-up, improve suggestion message\n  * double_must_use: make the lint machine-applicable in single-attribute case\n  * iter_cloned_collect: split off the suggestion from the main message\n  * add manual_isolate_lowest_one lint\n  * detect more ranges in single_range_in_vec_init\n  * do not trigger inline_trait_bounds on auto-derived code\n  * extend extra_unused_lifetimes for spurious for<'a>\n  * large_const_arrays: check nested large arrays\n  * fix explicit_counter_loop false positive when the counter is only modified inside the else block of let...else binding\n  * fix result_large_err and result_unit_err not triggering on async functions\n  * fix unused_async_trait_impl suggestions with return statements\n  * fix lints duplications in unknown_attribute and renamed_builtin_attr\n  * obtaining the metadata of a const pointer is a const operation\n  * perf: avoid cloning associated items in empty_line_after\n  * perf: skip the boxed_local walk for functions without a Box parameter\n  * perf: skip the inline_always relevance walk for items without the attribute\n\n\n\n#### Rust-Analyzer\n\n  * feat(diagnostics): emit error for infer vars in non-inference contexts\n  * adopt uv's AI policy\n  * distribute windows builts with mimalloc\n  * lower field defaults to rustc_type_ir::Consts\n  * RunnableKind::Test should map to project_json::RunnableKind::TestOne\n  * extract_function misses &mut for container[i].mut_method()\n  * do not emit a \"type annotations needed\" error on include_bytes!() where the array length cannot be inferred\n  * no generate unused generic params in trait sign\n  * parse OR pattern types\n  * rename schema subItems with sub_items\n  * implement rust-analyzer/evaluatePredicate lsp extension\n  * parse unnamed enum variants\n\n\n\n### Rust Compiler Performance Triage\n\nA fairly noisy week, with a bunch of small regressions contained within, leading to a slight increase on average in instruction counts. This week had a lot of large rollups, likely due to some CI problems, but thankfully many of those came with pre-triaged perf results by the time (thank you to those triagers!). Roughly similar slight regressions for cycles and wall times across the week.\n\nTriage done by **@simulacrum**. Revision range: 4804ad7e..f3ef3bd8\n\n2 Regressions, 0 Improvements, 10 Mixed; 5 of them in rollups 32 artifact comparisons made in total\n\nFull report here\n\n### Approved RFCs\n\nChanges to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:\n\n  * #![register_{attribute,lint}_tool]\n\n\n\n### Final Comment Period\n\nEvery week, the team announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now.\n\n#### Tracking Issues & PRs\n\n##### Rust\n\n  * Document panic in RangeInclusive::from(legacy::RangeInclusive)\n  * Tracking Issue for explicit-endian String::from_utf16\n  * Tracking Issue for substr_range and related methods\n  * Decide and document where stdarch intrinsics are allowed to diverge from asm behavior\n  * Document that ManuallyDrop's Box interaction has been fixed\n  * Add temporary scope to assert_eq and assert_ne\n  * Clean up crate type names to fix dylib vs staticlib confusion\n  * Add T: PartialEq bounds to derived StructuralPartialEq impls.\n  * stabilize feature float_algebraic\n\n\n\n##### Compiler Team (MCPs only)\n\n  * Deny todo!() in tidy\n\n\n\n##### Leadership Council\n\n  * Rust All Hands 2027\n\n\n\n_No Items entered Final Comment Period this week for Rust RFCs, Cargo, Language Team, Language Reference or Unsafe Code Guidelines._\n\nLet us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.\n\n### New and Updated RFCs\n\n  * RFC for convenient, explicit closure capture using move($expr) expressions\n\n\n\n## Upcoming Events\n\nRusty Events between 2026-06-10 - 2026-07-08 🦀\n\n### Virtual\n\n  * 2026-06-10 | Virtual (Girona, ES) | Rust Girona\n    * Weekly coding session\n  * 2026-06-12 | Virtual (Kenya, KE) | RustaceansKenya\n    * RUST FOR CIVIC TECH\n  * 2026-06-16 | Virtual (Washington, DC, US) | Rust DC\n    * Mid-month Rustful\n  * 2026-06-17 | Hybrid (Vancouver, BC, CA) | Vancouver Rust\n    * Rust Study/Hack/Hang-out\n  * 2026-06-17 | Virtual (Girona, ES) | Rust Girona\n    * Weekly coding session\n  * 2026-06-18 | Hybrid (Seattle, WA, US) | Seattle Rust User Group\n    * June, 2026 SRUG (Seattle Rust User Group) Meetup\n  * 2026-06-18 | Virtual (Berlin, DE) | Rust Berlin\n    * Rust Hack and Learn\n  * 2026-06-21 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup\n    * Rust Deep Learning: Third Sunday\n  * 2026-06-23 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup\n    * Fourth Tuesday\n  * 2026-06-23 | Virtual (London, UK) | Women in Rust\n    * Lunch & Learn: What the heck are monads - and how do we fake them in Rust\n  * 2026-07-01 | Virtual (Indianapolis, IN, US) | Indy Rust\n    * Indy.rs - with Social Distancing\n  * 2026-07-02 | Virtual (Berlin, DE) | Rust Berlin\n    * Rust Hack and Learn\n  * 2026-07-02 | Virtual (Nürnberg, DE) | Rust Nuremberg\n    * Rust Nürnberg online\n  * 2026-07-05 | Virtual (Dallas, TX, US) | Dallas Rust User Meetup\n    * Rust Deep Learning: First Sunday\n  * 2026-07-07 | Virtual (London, GB) | Women in Rust\n    * 👋 Community Catch Up\n\n\n\n### Europe\n\n  * 2026-06-10 | Köln, DE | Rust Cologne\n    * Rust in June: Speedy Rust\n  * 2026-06-10 | München, DE | Rust Munich\n    * Rust Munich 2026 / 2 - Hacking Evening\n  * 2026-06-11 | Berlin, DE | Rust Berlin\n    * Rust Berlin on location 🏳️‍🌈 - Edition 014\n  * 2026-06-11 | Switzerland, CH | PostTenebrasLab\n    * Rust Meetup Geneva\n  * 2026-06-12 - 2026-06-14 | Kraków, PL | Rustmeet\n    * Rustmeet\n  * 2026-06-16 | Leipzig, DE | Rust - Modern Systems Programming in Leipzig\n    * Interactive: Everything is Open Source\n  * 2026-06-16 | Milano, IT | Rust Language Milan\n    * Real-time planning in Rust: SolverForge & SERIO\n  * 2026-06-18 | Aarhus, DK | Rust Aarhus\n    * Talk Night at Danske Commodities\n  * 2026-06-18 | Barcelona, ES | BcnRust\n    * 21st BcnRust Meetup\n  * 2026-06-19 | Dresden, DE | Rust Dresden\n    * Second Meetup\n  * 2026-06-23 | Paris, FR | Rust Paris\n    * Rust meetup #86\n  * 2026-06-23 | Warsaw, PL | Rust Warsaw\n    * Rust Warsaw Meetup: June 2026\n  * 2026-06-25 | Berlin, DE | Rust Berlin\n    * Rust Berlin Talks: The next generation\n  * 2026-07-02 | Edinburgh, GB | Rust and Friends\n    * Bevy, Bits, & Cats (Rust July Talks)\n  * 2026-07-02 | Enschede, OV, NL | Baseflow Tech Meetups\n    * AI Summit\n  * 2026-07-08 | Dublin, IE | Rust Dublin\n    * Join us live and INPERSON for Rust 261\n\n\n\n### North America\n\n  * 2026-06-11 | Lehi, UT, US | Utah Rust\n    * Utah Rust June Meetup\n  * 2026-06-11 | Mountain View, CA, US | Hacker Dojo\n    * RUST MEETUP at HACKER DOJO\n  * 2026-06-11 | San Diego, CA, US | San Diego Rust\n    * San Diego Rust June Meetup - Back in person!\n  * 2026-06-16 | San Francisco, CA, US | San Francisco Rust Study Group\n    * Rust Hacking in Person\n  * 2026-06-16 | San Francisco, CA, US | San Francisco Rust Study Group\n    * Rust Hacking in Person\n  * 2026-06-17 | Hybrid (Vancouver, BC, CA) | Vancouver Rust\n    * Rust Study/Hack/Hang-out\n  * 2026-06-18 | Hybrid (Seattle, WA, US) | Seattle Rust User Group\n    * June, 2026 SRUG (Seattle Rust User Group) Meetup\n  * 2026-06-24 | Austin, TX, US | Rust ATX\n    * Rust Lunch - Fareground\n  * 2026-06-24 | Los Angeles, CA, US | Rust Los Angeles\n    * Rust LA: Rust-Based Constraint Solvers in 2D Sketching with Zoo Technologies\n  * 2026-06-25 | Atlanta, GA, US | Rust Atlanta\n    * Rust-Atl\n  * 2026-06-26 | New York, NY, US | Rust NYC\n    * Rust NYC's Big Summer Social\n  * 2026-07-02 | Saint Louis, MO, US | STL Rust\n    * Git is easy?\n\n\n\n### Oceania\n\n  * 2026-06-11 | Brisbane City, QL, AU | Rust Brisbane\n    * Rust Brisbane • June 2026\n  * 2026-06-25 | Melbourne, AU | Rust Melbourne\n    * Rust Melbourne June 2026\n\n\n\n### South America\n\n  * 2026-06-18 | Florianópolis, BR | Rust SC\n    * Rust Floripa\n\n\n\nIf 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.\n\n## Jobs\n\nPlease see the latest Who's Hiring thread on r/rust\n\n# Quote of the Week\n\n> It's a footgun, yes, but it's a sound footgun.\n\n– Prof. Dr. Ralf Jung on github\n\nThanks to Theemathas for the suggestion!\n\nPlease submit quotes and vote for next week!\n\nThis Week in Rust is edited by:\n\n  * nellshamrell\n  * llogiq\n  * ericseppanen\n  * extrawurst\n  * U007D\n  * mariannegoldin\n  * bdillo\n  * opeolluwa\n  * bnchi\n  * KannanPalani57\n  * tzilist\n\n\n\n_Email list hosting is sponsored by The Rust Foundation_\n\nDiscuss on r/rust",
  "title": "This Week in Rust 655"
}