From d934a98f03e1af3bbde2bca1ce6be5fc9ff96f26 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Wed, 23 Apr 2025 20:31:19 -0700 Subject: [PATCH 1/2] prepares 596 for publishing, adds draft for 597 --- .../2025-04-23-this-week-in-rust.md | 17 +- draft/2025-04-30-this-week-in-rust.md | 305 ++++++++++++++++++ 2 files changed, 309 insertions(+), 13 deletions(-) rename {draft => content}/2025-04-23-this-week-in-rust.md (98%) create mode 100644 draft/2025-04-30-this-week-in-rust.md diff --git a/draft/2025-04-23-this-week-in-rust.md b/content/2025-04-23-this-week-in-rust.md similarity index 98% rename from draft/2025-04-23-this-week-in-rust.md rename to content/2025-04-23-this-week-in-rust.md index 6d167fb9b..bb9b689a8 100644 --- a/draft/2025-04-23-this-week-in-rust.md +++ b/content/2025-04-23-this-week-in-rust.md @@ -32,13 +32,9 @@ and just ask the editors to select the category. --> -### Official - ### Foundation * [Project Director Update — April 2025](https://rustfoundation.org/media/project-director-update-april-2025/) -### Newsletters - ### Project/Tooling Updates * [Gitoxide April 2025](https://github.com/GitoxideLabs/gitoxide/discussions/1966) * [Askama and Rinja merge](https://blog.guillaume-gomez.fr/articles/2025-03-19+Askama+and+Rinja+merge) @@ -54,15 +50,10 @@ and just ask the editors to select the category. * [Zig -> allocators -> Rust ergonomics](https://www.capturedlambda.dev/blog/zig-allocators-rust_ergo/) * [Marching Events: What does iCalendar have to do with ray marching?](https://pwy.io/posts/marching-events/) -### Miscellaneous - ### Rust Walkthroughs * [Implementation of Rust panics in the standard library](https://fractalfir.github.io/generated_html/rustc_codegen_clr_v0_2_2.html) - -- [How a GraphQL DataLoader works](https://swatinem.de/blog/graphql-dataloader-part1/) -- [Implementing a GraphQL DataLoader the hard way](https://swatinem.de/blog/graphql-dataloader-part2/) - -### Research +* [How a GraphQL DataLoader works](https://swatinem.de/blog/graphql-dataloader-part1/) +* [Implementing a GraphQL DataLoader the hard way](https://swatinem.de/blog/graphql-dataloader-part2/) ## Crate of the Week @@ -399,7 +390,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/1jttzz4/official_rrust_whos_hiring_thread_for_jobseekers/) # Quote of the Week @@ -415,4 +406,4 @@ Thanks to [Matt Wismer](https://users.rust-lang.org/t/twir-quote-of-the-week/328 *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/1k6ijof/this_week_in_rust_596/) diff --git a/draft/2025-04-30-this-week-in-rust.md b/draft/2025-04-30-this-week-in-rust.md new file mode 100644 index 000000000..6af4bb4d8 --- /dev/null +++ b/draft/2025-04-30-this-week-in-rust.md @@ -0,0 +1,305 @@ +Title: This Week in Rust 597 +Number: 597 +Date: 2025-04-30 +Category: This Week in Rust + +Hello and welcome to another issue of *This Week in Rust*! +[Rust](https://www.rust-lang.org/) is a programming language empowering everyone to build reliable and efficient software. +This is a weekly summary of its progress and community. +Want something mentioned? Tag us at +[@thisweekinrust.bsky.social](https://bsky.app/profile/thisweekinrust.bsky.social) on Bluesky or +[@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or +[send us a pull request](https://github.com/rust-lang/this-week-in-rust). +Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md). + +*This Week in Rust* is openly developed [on GitHub](https://github.com/rust-lang/this-week-in-rust) and archives can be viewed at [this-week-in-rust.org](https://this-week-in-rust.org/). +If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls). + +Want TWIR in your inbox? [Subscribe here](https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&id=0ed8b72485). + +## Updates from Rust Community + + + +### Official + +### Foundation + +### Newsletters + +### Project/Tooling Updates + +### Observations/Thoughts + +### Rust Walkthroughs + +### Research + +### Miscellaneous + +## Crate of the Week + + + +[Please submit your suggestions and votes for next week][submit_crate]! + +[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 + +## Calls for Testing + +An important step for RFC implementation is for people to experiment with the +implementation and give feedback, especially before stabilization. The following +RFCs would benefit from user testing before moving forward: + + + + + + +### [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 [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. + + + + +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 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. + +#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) + + + + +#### Tracking Issues & PRs + + + + + +##### [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) + + + + + +## Upcoming Events + +Rusty Events between 2025-04-30 - 2025-05-28 🦀 + +### Virtual +* 2025-04-23 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/) + * [**Beyond embedded - OS development in Rust**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/307036053) +* 2025-04-24 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/300820299) +* 2025-04-24 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/events/) + * [**Part 2: Quantum Computers Can’t Rust-Proof This!"**](https://www.meetup.com/charlottesville-rust-meetup/events/306679733) +* 2025-05-03 | 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-05-05 | Virtual (Tel Aviv-Yafo, IL) | [Rust 🦀 TLV](https://www.meetup.com/rust-tlv/events/) + * [**Tauri: Cross-Platform desktop applications with Rust and web technologies**](https://www.meetup.com/rust-tlv/events/307178592/) +* 2025-05-07 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/events/) + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/302031663) +* 2025-05-07 | Virtual (Rotterdam, NL) | [Bevy Game Development](https://www.meetup.com/bevy-game-development/events/) + * [**Bevy Meetup #10**](https://www.meetup.com/bevy-game-development/events/307354690) +* 2025-05-08 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/300820300) +* 2025-05-13 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/305020415) +* 2025-05-15 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**🦀 Celebrating 10 years of Rust 1.0 🦀**](https://www.meetup.com/rust-berlin/events/307293317) | [**Livestream**](https://berline.rs/) +* 2025-05-20 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/events/) + * [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/305170826) +* 2025-05-21 | 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/307184332) + +### Europe +* 2025-04-23 | London, UK | [London Rust Project Group](https://www.meetup.com/london-rust-project-group/events/) + * [**Fusing Python with Rust using raw C bindings**](https://www.meetup.com/london-rust-project-group/events/306644439) +* 2025-04-24 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/events/) + * [**Talk Night and Birthday Party at MFT Energy**](https://www.meetup.com/rust-aarhus/events/305809344) +* 2025-04-24 | Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community/events/) + * [**Rust meetup #57**](https://www.meetup.com/copenhagen-rust-community/events/307340144) +* 2025-04-24 | Edinburgh, UK | [Rust and Friends](https://www.meetup.com/rust-edi/events/) + * [**Rust and Friends (evening pub)**](https://www.meetup.com/rust-and-friends/events/306911347) +* 2025-04-24 | Manchester, UK | [Rust Manchester](https://www.meetup.com/rust-manchester/events/) + * [**Rust Manchester April Code Night**](https://www.meetup.com/rust-manchester/events/306899063) +* 2025-04-25 | Edinburgh, UK | [Rust and Friends](https://www.meetup.com/rust-edi/events/) + * [**Rust and Friends (daytime coffee)**](https://www.meetup.com/rust-and-friends/events/306911357) +* 2025-04-26 | Stockholm, SE | [Stockholm Rust](https://www.meetup.com/stockholm-rust/events/) + * [**Ferris' Fika Forum #11**](https://www.meetup.com/stockholm-rust/events/307164617) +* 2025-04-29 | London, UK | [Rust London User Group](https://www.meetup.com/rust-london-user-group/events/) + * [**LDN Talks April 2025 Community Showcase**](https://www.meetup.com/rust-london-user-group/events/307212039) +* 2025-04-29 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris/events/) + * [**Rust meetup #76**](https://www.meetup.com/rust-paris/events/306952202) +* 2025-04-30 | Frankfurt, DE | [Rust Rhein-Main](https://www.meetup.com/rust-rhein-main/events/) + * [**Kubernetes Operator in Rust**](https://www.meetup.com/rust-rhein-main/events/306772838) +* 2025-05-01 | Nürnberg, DE | [Rust Nuremberg](https://www.meetup.com/rust-noris/events/) + * [**Hackers Hike 0x0**](https://www.meetup.com/rust-noris/events/305522254) +* 2025-05-04 | Istanbul, TR | [Türkiye Rust Community](https://kommunity.com/turkiye-rust-community/events) + * [**Rust Connect**](https://kommunity.com/turkiyerust/events/rust-connect-91f7b3a6) +* 2025-05-06 - 2025-05-07 | Paris, FR | [WebAssembly and Rust Meetup](https://www.meetup.com/wasm-rust-meetup/) + * [**GOSIM AI Paris 2025**](https://www.meetup.com/wasm-rust-meetup/events/306530699/) +* 2025-05-06 | Paris, FR | [WebAssembly and Rust Meetup (Wasm Empowering AI)](https://www.meetup.com/wasm-rust-meetup/events/) + * [**GOSIM AI Paris 2025 (Discount available)**](https://www.meetup.com/wasm-rust-meetup/events/306530699) +* 2025-05-07 | Madrid, ES | [MadRust](https://www.meetup.com/madrust/events/) + * [**VII Lenguajes, VII Perspectivas, I Problema**](https://www.meetup.com/madrust/events/307030185) +* 2025-05-07 | Oxford, UK | [Oxford Rust Meetup Group](https://www.meetup.com/oxford-rust-meetup-group/events/) + * [**Oxford Rust and C++ social**](https://www.meetup.com/oxford-rust-meetup-group/events/306541571) +* 2025-05-08 | Gdansk, PL | [Rust Gdansk](https://www.meetup.com/rust-gdansk/events/) + * [**Rust Gdansk Meetup #8**](https://www.meetup.com/rust-gdansk/events/307281434) +* 2025-05-08 | London, UK | [London Rust Project Group](https://www.meetup.com/london-rust-project-group/events/) + * [**Adopting Rust (Hosted by Lloyds bank)**](https://www.meetup.com/london-rust-project-group/events/307085179) +* 2025-05-13 - 2025-05-17 | Utrecht, NL | [Rust NL](https://rustweek.org/about) + * [**RustWeek 2025**](https://rustweek.org) +* 2025-05-14 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/) + * [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/305045447) +* 2025-05-16 | Utrecht, NL | [Rust NL Meetup Group](https://www.meetup.com/rust-nederland/) + * [**RustWeek Hackathon**](https://www.meetup.com/rust-nederland/events/307107584/) +* 2025-05-20 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/events/) + * [**Hack Night - Robot Edition**](https://www.meetup.com/rust-aarhus/events/307289572) +* 2025-05-20 | Leipzig, SN, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/) + * [**Topic TBD**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/305741635) + +### North America +* 2025-04-23 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/307089940) +* 2025-04-23 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/events/) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/xvkdgtyhcgbfc) + 2025-04-23 | Spokane, WA, US | [Spokane Rust](https://www.meetup.com/spokane-rust/events/) + * [**Community Show & Tell at Fuel Coworking**](https://www.meetup.com/spokane-rust/events/307228157) +* 2025-04-24 | Atlanta, GA, US | [Rust Atlanta](https://www.meetup.com/rust-atl/events/) + * [**3rd 3RD TIME OMG YES!**](https://www.meetup.com/rust-atl/events/307152133) +* 2025-04-25 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/) + * [**Ball Square Rust Lunch, Apr 25**](https://www.meetup.com/bostonrust/events/306844343) +* 2025-05-01 | Saint Louis, MO, US | [STL Rust](https://www.meetup.com/stl-rust/events/) + * [**SIUE Capstone Project reflections on Rust**](https://www.meetup.com/stl-rust/events/304026152) +* 2025-05-03 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/) + * [**Boston Common Rust Lunch, May 3**](https://www.meetup.com/bostonrust/events/306845368) +* 2025-05-08 | México City, MX | [Rust MX](https://www.meetup.com/rust-mx/events/) + * [**Calculando con el compilador: Compiler time vs Run time. Introducción a uv**](https://www.meetup.com/rust-mx/events/307015601) +* 2025-05-08 | Portland, OR, US | [PDXRust](https://www.meetup.com/pdxrust/events/) + * [**Apache DataFusion: A Fast, Extensible, Modular Analytic Query Engine in Rust**](https://www.meetup.com/pdxrust/events/307288436) +* 2025-05-11 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/events/) + * [**Porter Square Rust Lunch, May 11**](https://www.meetup.com/bostonrust/events/306845728) + 2025-05-15 | Nashville, TN, US | [Music City Rust Developers](https://www.meetup.com/music-city-rust-developers/events/) + * [**Using Rust For Web Series 2 : Why you, Yes You. Should use Hyperscript!**](https://www.meetup.com/music-city-rust-developers/events/304333101) +* 2025-05-15 | Redmond, WA, US | [Seattle Rust User Group](https://www.meetup.com/join-srug/events/) + * [**May, 2025 SRUG (Seattle Rust User Group) Meetup**](https://www.meetup.com/seattle-rust-user-group/events/305658468) +* 2025-05-20 | 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/307337307) + +### South America +* 2025-05-28 | Montevideo, DE, UY | [Rust Meetup Uruguay](https://www.meetup.com/rust-uruguay/events/) + * [**Primera meetup de Rust en 2025!**](https://www.meetup.com/rust-uruguay/events/307341567) + +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), [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/)* + +[Discuss on r/rust](REDDIT_LINK_HERE) From dec526b74b9c25cc61eec0121e411633ced0c570 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Wed, 23 Apr 2025 20:34:44 -0700 Subject: [PATCH 2/2] corrects formatting Signed-off-by: Nell Shamrell --- content/2025-04-23-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2025-04-23-this-week-in-rust.md b/content/2025-04-23-this-week-in-rust.md index bb9b689a8..82ced1ccf 100644 --- a/content/2025-04-23-this-week-in-rust.md +++ b/content/2025-04-23-this-week-in-rust.md @@ -45,10 +45,10 @@ and just ask the editors to select the category. * [Does using Rust really make your software safer? - Blog - Tweede golf](https://tweedegolf.nl/en/blog/152/does-using-rust-really-make-your-software-safer) * [Body::poll_progress](https://seanmonstar.com/blog/body-poll-progress/) * [ratatui: are we embedded yet?](https://jslazak.com/are-we-embedded-yet-0/) -* [audio] [Nushell with WindSoilder](https://rustacean-station.org/episode/windsoilder/) -* [audio] [Microsoft with Victor Ciura](https://corrode.dev/podcast/s04e01-microsoft/) * [Zig -> allocators -> Rust ergonomics](https://www.capturedlambda.dev/blog/zig-allocators-rust_ergo/) * [Marching Events: What does iCalendar have to do with ray marching?](https://pwy.io/posts/marching-events/) +* [audio] [Nushell with WindSoilder](https://rustacean-station.org/episode/windsoilder/) +* [audio] [Microsoft with Victor Ciura](https://corrode.dev/podcast/s04e01-microsoft/) ### Rust Walkthroughs * [Implementation of Rust panics in the standard library](https://fractalfir.github.io/generated_html/rustc_codegen_clr_v0_2_2.html)