606 publishing (#6787)
* add cranelift progress report * draft updates for publishing * publishing 606
This commit is contained in:
parent
64adcafbdf
commit
031a9495e0
|
@ -38,8 +38,6 @@ and just ask the editors to select the category.
|
|||
* [2025 Leadership Council Survey](https://blog.rust-lang.org/inside-rust/2025/06/30/2025-leadership-council-survey/)
|
||||
* [Program management update — June 2025](https://blog.rust-lang.org/inside-rust/2025/06/30/program-management-update-2025-06/)
|
||||
|
||||
### Foundation
|
||||
|
||||
### Newsletters
|
||||
* [Rust Trends Issue #68 Special](https://rust-trends.com/newsletter/join-the-rust-programming-contest-win-a-keychron-q1-airpods-pro-2-or-oura-ring-4/)
|
||||
|
||||
|
@ -50,6 +48,7 @@ and just ask the editors to select the category.
|
|||
* [Asterinas: a new Linux-compatible kernel project](https://lwn.net/SubscriberLink/1022920/14dfdc76df0f1b96/)
|
||||
* [Diesel Async 0.6.0](https://blog.weiznich.de/blog/diesel-async-0-6/)
|
||||
* [Kiorg - a new lightingly fast cross-platform filemanager with VIM inspired keybind](https://github.com/houqp/kiorg/releases/tag/v0.1.1)
|
||||
* [Progress report on rustc_codegen_cranelift (June 2025)](https://bjorn3.github.io/2025/06/30/progress-report-june-2025.html)
|
||||
|
||||
### Observations/Thoughts
|
||||
* [How much code does that proc macro generate?](https://nnethercote.github.io/2025/06/26/how-much-code-does-that-proc-macro-generate.html)
|
||||
|
@ -68,8 +67,6 @@ and just ask the editors to select the category.
|
|||
### Rust Walkthroughs
|
||||
* [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)
|
||||
|
||||
### Research
|
||||
|
||||
### Miscellaneous
|
||||
* [Reflections on Haskell and Rust](https://academy.fpblock.com/blog/rust-haskell-reflections/)
|
||||
|
||||
|
@ -110,6 +107,7 @@ Some of these tasks may also have mentors available, visit the task page for mor
|
|||
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
|
||||
<!-- * [ - ]() -->
|
||||
<!-- or if none - *No Calls for participation were submitted this week.* -->
|
||||
*No Calls for participation were submitted this week.*
|
||||
|
||||
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 [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
|
||||
|
||||
|
@ -121,6 +119,7 @@ Are you a new or experienced speaker looking for a place to share something cool
|
|||
|
||||
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
|
||||
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
|
||||
*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 [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
|
||||
|
||||
|
@ -325,8 +324,6 @@ Rusty Events between 2025-07-02 - 2025-07-30 🦀
|
|||
* [**Rust on Bare Metal Series 1 : Introduction to Embedded Development**](https://www.meetup.com/music-city-rust-developers/events/304333113)
|
||||
* 2025-07-17 | Redmond, WA, US | [Seattle Rust User Group](https://www.meetup.com/join-srug/events/)
|
||||
* [**July, 2025 Computer Programming Language Panel (Special Event)**](https://www.meetup.com/seattle-rust-user-group/events/307698855)
|
||||
* 2025-07-17 | Redmond, WA, US | [Seattle Rust User Group](https://www.meetup.com/join-srug/events/)
|
||||
* [**July, 2025 Computer Programming Language Panel (Special Event)**](https://www.meetup.com/seattle-rust-user-group/events/307698855)
|
||||
* 2025-07-23 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/)
|
||||
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtyhckbfc)
|
||||
|
||||
|
@ -354,7 +351,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
|
|||
|
||||
-->
|
||||
|
||||
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/1llcso7/official_rrust_whos_hiring_thread_for_jobseekers/)
|
||||
|
||||
# Quote of the Week
|
||||
|
||||
|
@ -372,4 +369,4 @@ Despite a lamentable lack of suggestions, llogiq is reasonably pleased with his
|
|||
|
||||
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
|
||||
|
||||
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
|
||||
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1lqe66f/this_week_in_rust_606/)</small>
|
|
@ -0,0 +1,322 @@
|
|||
Title: This Week in Rust 607
|
||||
Number: 607
|
||||
Date: 2025-07-09
|
||||
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
|
||||
|
||||
<!--
|
||||
|
||||
Dear community contributors:
|
||||
Please read README.md for guidance on submissions.
|
||||
Each submitted link should be of the form:
|
||||
|
||||
* [Title of the Linked Page](https://example.com/my_article)
|
||||
|
||||
If you don't know which category to use, feel free to submit a PR anyway
|
||||
and just ask the editors to select the category.
|
||||
|
||||
-->
|
||||
|
||||
### Official
|
||||
|
||||
### Foundation
|
||||
|
||||
### Newsletters
|
||||
|
||||
### Project/Tooling Updates
|
||||
|
||||
### Observations/Thoughts
|
||||
|
||||
### Rust Walkthroughs
|
||||
|
||||
### Research
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
## Crate of the Week
|
||||
|
||||
<!-- COTW goes here -->
|
||||
|
||||
[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 feature 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 feature 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.
|
||||
|
||||
<!-- If there are new CfT items this week, use: -->
|
||||
<!--
|
||||
[Repo Name](Repo URL)
|
||||
* [<Feature name>](<Feature URL>)
|
||||
* [Testing steps](<Testing Steps URL>)
|
||||
-->
|
||||
<!-- where `Repo Name` and `Repo URL` are one of:
|
||||
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
|
||||
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
|
||||
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
|
||||
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
|
||||
-->
|
||||
|
||||
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
|
||||
CfT items did appear, of course) -->
|
||||
<!--
|
||||
* *No calls for testing were issued this week by
|
||||
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
|
||||
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
|
||||
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
|
||||
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
|
||||
-->
|
||||
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
|
||||
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
|
||||
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
|
||||
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-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.
|
||||
|
||||
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
|
||||
<!-- * [ - ]() -->
|
||||
<!-- or if none - *No Calls for participation were submitted this week.* -->
|
||||
|
||||
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 [X (formerly Twitter)](https://x.com/ThisWeekInRust) 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.
|
||||
|
||||
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
|
||||
<!-- or if none - *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 [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
|
||||
|
||||
## Updates from the Rust Project
|
||||
|
||||
<!-- Rust updates go here -->
|
||||
|
||||
### Rust Compiler Performance Triage
|
||||
|
||||
<!-- Perf results go here -->
|
||||
|
||||
### [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:
|
||||
|
||||
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
|
||||
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
|
||||
<!-- * []() -->
|
||||
|
||||
<!--
|
||||
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
|
||||
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
|
||||
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
|
||||
-->
|
||||
|
||||
### 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.
|
||||
|
||||
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
|
||||
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
|
||||
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
|
||||
<!-- * [disposition: ] []() -->
|
||||
|
||||
#### Tracking Issues & PRs
|
||||
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
|
||||
<!-- or if none entered FCP this week, use: -->
|
||||
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
|
||||
<!-- * [disposition: ] []() -->
|
||||
|
||||
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
|
||||
|
||||
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
|
||||
|
||||
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
|
||||
|
||||
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
|
||||
|
||||
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
|
||||
|
||||
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
|
||||
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
|
||||
<!-- or if there are no new or updated RFCs this week, use: -->
|
||||
<!-- * *No New or Updated RFCs were created this week.* -->
|
||||
<!-- * [new|updated] []() -->
|
||||
|
||||
## Upcoming Events
|
||||
|
||||
Rusty Events between 2025-07-09 - 2025-08-06 🦀
|
||||
|
||||
### Virtual
|
||||
* 2025-07-02 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs)
|
||||
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/302031667)
|
||||
* 2025-07-03 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/)
|
||||
* [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/300820304)
|
||||
* 2025-07-03 | Virtual (Rotterdam, NL) | [Bevy Game Development](https://www.meetup.com/bevy-game-development/events/)
|
||||
* [**Bevy Meetup #11**](https://www.meetup.com/bevy-game-development/events/308463394)
|
||||
* 2025-07-05 | 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-628763176587)
|
||||
* 2025-07-06 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
|
||||
* [**Rust Readers Discord Discussion: Async Rust**](https://www.meetup.com/dallasrust/events/308298511)
|
||||
* 2025-07-08 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
|
||||
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/305361452)
|
||||
* 2025-07-13 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
|
||||
* [**Rust Readers Discord Discussion: Async Rust**](https://www.meetup.com/dallasrust/events/308298512)
|
||||
* 2025-07-15 | 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/307560349)
|
||||
* 2025-07-15 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/events/)
|
||||
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/306757755)
|
||||
* 2025-07-16 | 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/307731031)
|
||||
* 2025-07-17 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/)
|
||||
* [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/300820305)
|
||||
* 2025-07-20 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
|
||||
* [**Rust Readers Discord Discussion: Rust Atomics and Locks**](https://www.meetup.com/dallasrust/events/308383001)
|
||||
* 2025-07-22 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
|
||||
* [**Fourth Tuesday**](https://www.meetup.com/dallasrust/events/tgctrtyhckbdc)
|
||||
* 2025-07-22 | Virtual (London, UK) | [Women in Rust](https://www.meetup.com/women-in-rust/events/)
|
||||
* [**Lunch & Learn: Crates, Tips & Tricks Lightning Talks - Bring your ideas!**](https://www.meetup.com/women-in-rust/events/307560304)
|
||||
* 2025-07-27 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
|
||||
* [**Rust Readers Discord Discussion: Rust Atomics and Locks**](https://www.meetup.com/dallasrust/events/bhctrtyhckbkc)
|
||||
|
||||
### Asia
|
||||
* 2025-07-02 | Seoul, KR | [Seoul Rust (Programming Language) Meetup](https://www.meetup.com/rust-seoul-meetup/events/)
|
||||
* [**Seoul Rust Meetup**](https://www.meetup.com/rust-seoul-meetup/events/308408246)
|
||||
|
||||
### Europe
|
||||
* 2025-07-02 | Basel, CH | [Rust Basel](https://www.meetup.com/rust-basel)
|
||||
* [**Rust Meetup #12 @ kHaus**](https://www.meetup.com/rust-basel/events/307567391)
|
||||
* 2025-07-02 | Frankfurt, DE | [Rust Rhein-Main](https://www.meetup.com/rust-rhein-main/events/)
|
||||
* [**The (un)holy Trinity of Flutter, Rust and C**](https://www.meetup.com/rust-rhein-main/events/308609465)
|
||||
* 2025-07-02 | London, UK | [Oxford Rust Meetup Group](https://www.meetup.com/oxford-rust-meetup-group/)
|
||||
* [**Oxford Rust and ACCU special - Vibe coding workshop**](https://www.meetup.com/oxford-rust-meetup-group/events/308435063/)
|
||||
* 2025-07-02 | Posnan, PL | [Rust Poland](https://www.meetup.com/rust-poland-meetup/)
|
||||
* [**Rust Poland Meetup x Poznan**](https://www.meetup.com/rust-poland-meetup/events/308480357)
|
||||
* 2025-07-03 | Karlsruhe, DE | [Rust Hack & Learn Karlsruhe](https://www.meetup.com/rust-hack-learn-karlsruhe/)
|
||||
* [**Karlsruhe Rust Hack and Learn Meetup bei BlueYonder**](https://www.meetup.com/rust-hack-learn-karlsruhe/events/308328739/)
|
||||
* 2025-07-05 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/stockholm-rust/events/)
|
||||
* [**Ferris' Fika Forum #13**](https://www.meetup.com/stockholm-rust/events/308530949)
|
||||
* 2025-07-08 | London, UK | [London Rust Project Group](https://www.meetup.com/london-rust-project-group/events/)
|
||||
* [**Garbage Collection for Rust: the Finalizer Frontier**](https://www.meetup.com/london-rust-project-group/events/308443710)
|
||||
* 2025-07-09 | Girona, ES | [Rust Girona](https://lu.ma/rust-girona)
|
||||
* [**Rust Girona Hack & Learn 07 2025**](https://lu.ma/hismn492)
|
||||
* 2025-07-09 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/)
|
||||
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/wrdkmtyhckbmb)
|
||||
* 2025-07-15 | Leipzig, 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/308592246)
|
||||
* 2025-07-15 | London, UK | [London Rust Project Group](https://www.meetup.com/london-rust-project-group/events/)
|
||||
* [**TUI Power: Simulating & Visualising Sensor Data with Rust**](https://www.meetup.com/london-rust-project-group/events/308434768)
|
||||
* 2025-07-23 | Dortmund, DE | [Rust Dortmund](https://www.meetup.com/rust-dortmund/)
|
||||
* [**Rust Dortmund Meetup - Teach and Hack**](https://www.meetup.com/rust-dortmund/events/308517530/)
|
||||
* 2025-07-24 | Edinburgh, UK | [Rust and Friends](https://www.meetup.com/rust-edi/events/)
|
||||
* [**July talks: A Crab, a Pufferfish and a State-of-the-art Chess AI**](https://www.meetup.com/rust-and-friends/events/308687848)
|
||||
* 2025-07-24 | Nuremberg/Nürnberg, DE | [Rust Nuremberg](https://www.meetup.com/rust-noris/)
|
||||
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/304567874/)
|
||||
* 2025-07-29 | Manchester, UK | [Rust Manchester](https://www.meetup.com/rust-manchester/events/)
|
||||
* [**Lightning Talks July 2025**](https://www.meetup.com/rust-manchester/events/308085035)
|
||||
* 2025-07-30 | Amsterdam, NL | [Rust Developers Amsterdam Group](https://www.meetup.com/rust-amsterdam-group/events/)
|
||||
* [**Rust Meetup @ BlockTech**](https://www.meetup.com/rust-amsterdam-group/events/308548455)
|
||||
|
||||
### North America
|
||||
* 2025-07-03 | Montréal, QC, CA | [Rust Montréal](https://www.meetup.com/rust-montreal/events/)
|
||||
* [**July Monthly Social**](https://www.meetup.com/rust-montreal/events/308532058)
|
||||
* 2025-07-03 | Saint Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/events/)
|
||||
* [**Building Resilient and Observable Rust Services with steady_state**](https://www.meetup.com/stl-rust/events/306345853)
|
||||
* 2025-07-06 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/)
|
||||
* [**Alewife Rust Lunch, July 6**](https://www.meetup.com/bostonrust/events/307936287)
|
||||
* 2025-07-07 | Denver, CO, US | [FOSS Rust Colorado](https://mobilizon.us/@foss_rust_colorado/events)
|
||||
* [**Embedded Rust Hack Night**](https://mobilizon.us/events/e9d6fd47-6120-4789-ad04-313d6a04f572)
|
||||
* 2025-07-08 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/events/)
|
||||
* [**Rust NYC: The perks and pitfalls of using Rust for codegen**](https://www.meetup.com/rust-nyc/events/308679186)
|
||||
* 2025-07-09 | Phoenix, AZ, US | [Desert Rust](https://www.meetup.com/desert-rustaceans/events/)
|
||||
* [**Rust <> AI**](https://www.meetup.com/desert-rustaceans/events/308507249/)
|
||||
* 2025-07-10 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/)
|
||||
* [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/308277549)
|
||||
* 2025-07-15 | 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/307931266)
|
||||
* 2025-07-17 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/events/)
|
||||
* [**Rust on Bare Metal Series 1 : Introduction to Embedded Development**](https://www.meetup.com/music-city-rust-developers/events/304333113)
|
||||
* 2025-07-17 | Redmond, WA, US | [Seattle Rust User Group](https://www.meetup.com/join-srug/events/)
|
||||
* [**July, 2025 Computer Programming Language Panel (Special Event)**](https://www.meetup.com/seattle-rust-user-group/events/307698855)
|
||||
* 2025-07-23 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/)
|
||||
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtyhckbfc)
|
||||
|
||||
### South America
|
||||
* 2025-07-12 | São Paulo, BR | [Rust São Paulo Meetup](https://www.meetup.com/rust-sao-paulo-meetup/events/)
|
||||
* [**Encontro do Rust-SP na WillBank**](https://www.meetup.com/rust-sao-paulo-meetup/events/307308851)
|
||||
* 2025-07-17 | Florianópolis, BR | [Rust Brazil + Rust Floripa](https://lu.ma/calendar/cal-iOloL5ZqswCO5Mm)
|
||||
* [**Rust Floripa**](https://lu.ma/p0umq6vm)
|
||||
|
||||
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
|
||||
<!--
|
||||
|
||||
Rust Jobs:
|
||||
|
||||
TWiR has stopped featuring individual job postings. You can read more about this change here:
|
||||
|
||||
https://github.com/rust-lang/this-week-in-rust/issues/3412
|
||||
|
||||
-->
|
||||
|
||||
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
|
||||
|
||||
# Quote of the Week
|
||||
|
||||
<!-- QOTW goes here -->
|
||||
|
||||
[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), [cdmistman](https://github.com/cdmistman), [ericseppanen](https://github.com/ericseppanen), [extrawurst](https://github.com/extrawurst), [U007D](https://github.com/U007D), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez), [bdillo](https://github.com/bdillo)*
|
||||
|
||||
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
|
||||
|
||||
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
|
Loading…
Reference in New Issue