From a73e8cf65b79017604aa4688b373a68b44dc2e17 Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Thu, 7 Mar 2024 00:54:45 -0500 Subject: [PATCH 1/3] moving draft to published, and creating new draft --- .../2024-03-06-this-week-in-rust.md | 24 +- draft/2024-03-13-this-week-in-rust.md | 278 ++++++++++++++++++ 2 files changed, 293 insertions(+), 9 deletions(-) rename {draft => content}/2024-03-06-this-week-in-rust.md (95%) create mode 100644 draft/2024-03-13-this-week-in-rust.md diff --git a/draft/2024-03-06-this-week-in-rust.md b/content/2024-03-06-this-week-in-rust.md similarity index 95% rename from draft/2024-03-06-this-week-in-rust.md rename to content/2024-03-06-this-week-in-rust.md index eb00dcf15..b83315ce0 100644 --- a/draft/2024-03-06-this-week-in-rust.md +++ b/content/2024-03-06-this-week-in-rust.md @@ -61,14 +61,17 @@ and just ask the editors to select the category. * [Real-time Streaming Analytics with Fluvio, DeepCausality, and Rust](https://infinyon.com/blog/2024/02/fluvio-deep-causality-rs/) * [video] [Modern All Rust Stack - Dioxus, Axum, Warp, SurrealDB](https://www.youtube.com/watch?v=Pr6T0Phjvgc) * [video] [Serverless Data Pipelines in Rust by Michele Vigilante](https://www.youtube.com/watch?v=PK_FKzgPDWg) +* [[FR] [video] Rust Lyon Meetup #8 - Impl Snake for Micro:bit — Cyril MARPAUD](https://www.youtube.com/watch?v=8_Pj6q_mVQw) ### Research ### Miscellaneous * [Czech Rust community index](https://rustlang.cz/) +* [Launching RustRover: JetBrains’ Investment in Rust](https://mainmatter.com/blog/2024/02/29/launching-rustrover/) * [audio] [RustShip: Rust in Art with Lisa Passing](https://ieni.dev/2024/03/%EF%B8%8F-rust-in-art-with-lisa-passing-rustship-6/) + ## Crate of the Week This week's crate is [srgn](https://github.com/alexpovel/srgn), a mix of tr, sed, rip-grep and tree-sitter. @@ -99,14 +102,16 @@ Every week we highlight some tasks from the Rust community for you to pick and g Some of these tasks may also have mentors available, visit the task page for more information. - - - -* [Space Acres by Subspace - [8 different issues with USDC rewards for contributors] ranging from UX improvements to tray support and MacOS packaging](https://github.com/orgs/subspace/projects/26/views/1?filterQuery=usdc) - -If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines]. - -[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821 +* [Ockam - Output for both `ockam project ticket` and `ockam project enroll` is improved, with support for `--output json`](https://github.com/build-trust/ockam/issues/7473) +* [Ockam - Syntax highlighting for fenced code blocks, in command help output, on Linux works](https://github.com/build-trust/ockam/issues/7471) +* [Ockam - Command - refactor to use typed interfaces to implement commands for `kafka services`](https://github.com/build-trust/ockam/issues/6706) +* [ZeroCopy - Don't generate warning when deriving on deprecated type](https://github.com/google/zerocopy/issues/553) +* [ZeroCopy - github.com/google/zerocopy](https://github.com/google/zerocopy/issues/367) +* [ZeroCopy - Test the output of zerocopy-derive](https://github.com/google/zerocopy/issues/367) +* [ZeroCopy - [CI] Check semver compatibility with all target platforms, not just the host platform](https://github.com/google/zerocopy/issues/357) +* [ZeroCopy - Inline many trait methods (in zerocopy and in derive-generated code)](https://github.com/google/zerocopy/issues/7) +* [Fluvio - fvm switch fails on some systems with running local cluster](https://github.com/infinyon/fluvio/issues/3765) +* [Fluvio - Add new command fluvio cluster resume](https://github.com/infinyon/fluvio/issues/3810) ### CFP - Speakers @@ -115,8 +120,9 @@ Are you a new or experienced speaker looking for a place to share something cool -* [RustConf 2024](https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/) | CFP closes 2024-04-25 | Montreal, Canada | 2024-09-10 * [Oxidize 2024](https://oxidizeconf.com/) [CFP](https://pretalx.com/oxidize-berlin-2024/cfp) closes 2024-03-24 | Berlin, Germany | Event date: 2024-05-28 - 2024-05-30 +* [RustConf 2024](https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/) | CFP closes 2024-04-25 | Montreal, Canada | 2024-09-10 +* [EuroRust 2024](https://www.papercall.io/eurorust-2024)| CFP closes 2024-06-03 | Vienna, Austria & online | Event on 2024-10-10 If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust). diff --git a/draft/2024-03-13-this-week-in-rust.md b/draft/2024-03-13-this-week-in-rust.md new file mode 100644 index 000000000..d649e094b --- /dev/null +++ b/draft/2024-03-13-this-week-in-rust.md @@ -0,0 +1,278 @@ +Title: This Week in Rust 538 +Number: 538 +Date: 2024-03-13 +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](https://twitter.com/ThisWeekInRust) on Twitter 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). + +## 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 + +## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-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: + + + + + +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]. + +[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821 + +### CFP - Speakers + +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 submission website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust). + +## 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](https://github.com/rust-lang/rust/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) + + + + +## Upcoming Events + +Rusty Events between 2024-03-13 - 2024-04-10 🦀 + +### Virtual + +* 2024-03-06 | Virtual (Dublin, IE) | [Rust Dublin](https://www.meetup.com/rust-dublin/) + * [**An intro to `nom`, parsing made easy for Rustaceans**](https://www.meetup.com/rust-dublin/events/299358988/) +* 2024-03-06 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/299047891/) +* 2024-03-07 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) + * [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298368787/) +* 2024-03-12 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/) + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/298341582/) +* 2024-03-12 | Hybrid (Virtual + In-person) Munich, DE | [Rust Munich](https://www.meetup.com/rust-munich/) + * [**Rust Munich 2024 / 1 - hybrid**](https://www.meetup.com/rust-munich/events/298507657/) +* 2024-03-13 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/) + * [**Rust for Rustaceans Book Club: Chapter 3 - Designing Interfaces**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/299505703/) +* 2024-03-14 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/) + * [**Web Frontend Co-Learning (online)**](https://www.meetup.com/opentechschool-berlin/events/298406445/) +* 2024-03-14 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/) + * [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298457903/) | [**Mirror: Berline.rs page**](https://berline.rs/2024/03/14/rust-hack-and-learn.html) +* 2024-03-14 | Virtual (Nürnberg, DE) | [Rust Nüremberg](https://www.meetup.com/rust-noris/) + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/297945252/) +* 2024-03-19 | Virtual (Washinigton, DC, US) | [Rust DC](https://www.meetup.com/rustdc/) + * [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/299335006/) +* 2024-03-20 | Virtual (Vancouver, BC, CA)| [Vancouver Rust](https://www.meetup.com/vancouver-rust/) + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/292763494/) +* 2024-03-21 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) + * [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298368793/) +* 2024-03-26 | Virtual + In Person (Barcelona, ES) | [BcnRust](https://www.meetup.com/es-ES/bcnrust/) + * [**13th BcnRust Meetup**](https://www.meetup.com/es-ES/bcnrust/events/299223178/) - [Stream](https://www.youtube.com/@bcnrust) +* 2024-03-28 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/) + * [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298457904/) +* 2024-04-02 | Virtual (Buffalo, NY, US) | [Buffalo Rust](https://www.meetup.com/buffalo-rust-meetup/) + * [**Buffalo Rust User Group**](https://www.meetup.com/buffalo-rust-meetup/events/mrnrktygcgbdb/) +* 2024-04-03 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/) + * [**Rust for Rustaceans Book Club: Chapter 4 - Error Handling**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/299507234/) +* 2024-04-03 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/299047892/) + +### Asia + +* 2024-03-09 | Karnataka, Bengaluru, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore) + * [**March 2024 Rustacean Meetup**](https://hasgeek.com/rustbangalore/march-2024-rustacean-meetup/) +* 2024-03-12 | Tokyo, JP | [Tokyo Rust Meetup](https://www.meetup.com/tokyo-rust-meetup/) + * [**Building the Isograph Compiler in Rust**](https://www.meetup.com/tokyo-rust-meetup/events/299607311/) + +### Europe + +* 2024-03-06 | Cologne / Köln, DE | [Rust Cologne](https://www.meetup.com/rustcologne/) + * [**Macros by simple Examples**](https://www.meetup.com/rustcologne/events/299530888/) +* 2024-03-06 | Zürich, CH | [Rust Zürisee](https://www.meetup.com/rust-zurich/) + * [**How to (partial) Migration - March Meetup**](https://www.meetup.com/rust-zurich/events/299380190/) +* 2024-03-07 | Copenhagen, DK | [Copenhagen Rust Community](https://www.meetup.com/copenhagen-rust-community/) + * [**Rust Hack Night #3: Embedded on Espressif's ESP32C3**](https://www.meetup.com/copenhagen-rust-community/events/299451605/) +* 2024-03-12 | Munich, DE + Virtual | [Rust Munich](https://www.meetup.com/rust-munich/) + * [**Rust Munich 2024 / 1 - hybrid**](https://www.meetup.com/rust-munich/events/298507657/) +* 2024-03-13 | Paris, FR | [Paris Rustaceans](https://www.eventbrite.com/o/paris-rustaceans-74289178383) + * [**Rust Meetup in Paris**](https://www.eventbrite.fr/e/rust-meetup-in-paris-tickets-830340830777) +* 2024-03-14 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/) + * [**Reading Rust Meetup at Browns**](https://www.meetup.com/reading-rust-workshop/events/298533419/) +* 2024-03-19 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/) + * [**Hack Night**](https://www.meetup.com/rust-aarhus/events/299028814/) +* 2024-03-19 | Leipzig, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/) + * [**Rust Interactive Session**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/299309224/) +* 2024-03-19 | Prague, CZ | [Rust Prague](https://www.meetup.com/rust-prague/events/299515169/) + * [**Rust Meetup @ Charles University**](https://www.meetup.com/rust-prague/events/299515169/) +* 2024-03-20 | Girona, ES | [Rust Girona](https://www.meetup.com/rust-girona/) + * [**Introduction to programming Microcontrollers with Rust**](https://www.meetup.com/rust-girona/events/299172343/) +* 2024-03-20 | Lyon, FR | [Rust Lyon](https://www.meetup.com/fr-FR/rust-lyon/) + * [**Rust Lyon Meetup #9**](https://www.meetup.com/fr-FR/rust-lyon/events/299527560/) +* 2024-03-21 | Augsburg, DE | [Rust Meetup Augsburg](https://www.meetup.com/de-DE/rust-meetup-augsburg/) + * [**Augsburg Rust Meetup #6**](https://www.meetup.com/de-DE/rust-meetup-augsburg/events/299354449/) +* 2024-03-21 | Lille, FR | [Rust Lille](https://www.meetup.com/meetup-group-zgphbyet/) + * [**Rust Lille #6: Du RSS et de L'ECS !**](https://www.meetup.com/meetup-group-zgphbyet/events/299295547/) +* 2024-03-26 | Barcelona, ES + Virtual | [BcnRust](https://www.meetup.com/es-ES/bcnrust/) + * [**13th BcnRust Meetup**](https://www.meetup.com/es-ES/bcnrust/events/299223178/) +* 2024-03-27 - 2024-03-28 | London, UK | [Rust Nation UK](https://www.rustnationuk.com/) + * [**Rust Nation 2024 - Conference**](https://www.rustnationuk.com/) +* 2024-03-28 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/) + * [**Rust and Tell**](https://www.meetup.com/rust-berlin/events/299288961/) + +### North America + +* 2024-03-07 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/) + * [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/299043793/) +* 2024-03-12 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/) + * [**Rust NYC Monthly Meetup**](https://www.meetup.com/rust-nyc/events/299619615/) +* 2024-03-13 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) + * [**Northeastern Rust Lunch**](https://www.meetup.com/bostonrust/events/299262009/) +* 2024-03-19 | 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/299186823/) +* 2024-03-21 | Seattle, WA, US | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/) + * [**Seattle Rust User Group Meetup**](https://www.meetup.com/seattle-rust-user-group/events/298631832/) +* 2024-03-27 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/299220136/) +* 2024-03-27 | Hawthorne, CA, US | [Freeform](https://freeform.co/) + * [**Rust in the Physical World 🦀 Tech Talk Event at Freeform**](https://freeformxrust.rsvpify.com/) + +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), [andrewpollack](https://github.com/andrewpollack), [U007D](https://github.com/U007D), [kolharsam](https://github.com/kolharsam), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez).* + +*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* + +[Discuss on r/rust](REDDIT_LINK_HERE) From 53f76570895f3917d8d1c7f56932f4ca6a42a2dd Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Thu, 7 Mar 2024 01:22:57 -0500 Subject: [PATCH 2/3] updates to make the test build work on my system --- publishing/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publishing/Dockerfile b/publishing/Dockerfile index e75058ae0..153798aaf 100644 --- a/publishing/Dockerfile +++ b/publishing/Dockerfile @@ -3,8 +3,8 @@ FROM --platform=linux/amd64 python:3.8.16-slim # Must run from base TWIR directory... makefile takes care of this. WORKDIR /usr/twir -RUN apt update -RUN apt install -y curl build-essential +RUN apt-get update +RUN apt-get install -y curl build-essential # pelican+friends ENV LANG='en_US.UTF-8' From 3da9fe1d9115515929eedd7f4a2e03f62c4929c5 Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Thu, 7 Mar 2024 01:31:52 -0500 Subject: [PATCH 3/3] first pass for publishing --- content/2024-03-06-this-week-in-rust.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/content/2024-03-06-this-week-in-rust.md b/content/2024-03-06-this-week-in-rust.md index b83315ce0..1f5ccd26c 100644 --- a/content/2024-03-06-this-week-in-rust.md +++ b/content/2024-03-06-this-week-in-rust.md @@ -14,34 +14,16 @@ If you find any errors in this week's issue, [please submit a PR](https://github ## Updates from Rust Community - - ### Official * [Clippy: Deprecating `feature = "cargo-clippy"`](https://blog.rust-lang.org/2024/02/28/Clippy-deprecating-feature-cargo-clippy.html) * [Updated baseline standards for Windows targets](https://blog.rust-lang.org/2024/02/26/Windows-7.html) -### Foundation - -### Newsletters - ### Project/Tooling Updates * [Replacing PyO3's API without breaking everything downstream](https://polar.sh/davidhewitt/posts/replacing-pyo3-api-pt1) * [rust-analyzer changelog #223](https://rust-analyzer.github.io/thisweek/2024/03/04/changelog-223.html) * [rust-gcc February 2024 Monthly report](https://rust-gcc.github.io/2024/03/05/2024-02-monthly-report.html) * [godot-rust February 2024 dev update](https://godot-rust.github.io/dev/february-2024-update/) * [Fluvio v0.11.5 Release Updates](https://www.fluvio.io/news/this-week-in-fluvio-0059/) - * [sshd-openpgp-auth version 0.3.0](https://crates.io/crates/sshd-openpgp-auth) and [ssh-openpgp-auth version 0.2.2](https://crates.io/crates/ssh-openpgp-auth) as updates to the tooling providing [OpenPGP based authentication for SSH host keys](https://codeberg.org/wiktor/ssh-openpgp-auth) ### Observations/Thoughts @@ -51,7 +33,6 @@ and just ask the editors to select the category. * [Rust `thread_local!`s are surprisingly expensive](https://swatinem.de/blog/slow-thread-local/) * [Designing an Async Runtime for WASI 0.2](https://blog.yoshuawuyts.com/building-an-async-runtime-for-wasi/) - ### Rust Walkthroughs * [Storing borrowed data in trait objects](https://ferrous-systems.com/blog/rustls-borrow-checker-p3/) * [Rust's early vs. late lifetime binding](https://blog.the-pans.com/rusts-early-vs-late-lifetime-binding/) @@ -63,15 +44,12 @@ and just ask the editors to select the category. * [video] [Serverless Data Pipelines in Rust by Michele Vigilante](https://www.youtube.com/watch?v=PK_FKzgPDWg) * [[FR] [video] Rust Lyon Meetup #8 - Impl Snake for Micro:bit — Cyril MARPAUD](https://www.youtube.com/watch?v=8_Pj6q_mVQw) -### Research - ### Miscellaneous * [Czech Rust community index](https://rustlang.cz/) * [Launching RustRover: JetBrains’ Investment in Rust](https://mainmatter.com/blog/2024/02/29/launching-rustrover/) * [audio] [RustShip: Rust in Art with Lisa Passing](https://ieni.dev/2024/03/%EF%B8%8F-rust-in-art-with-lisa-passing-rustship-6/) - ## Crate of the Week This week's crate is [srgn](https://github.com/alexpovel/srgn), a mix of tr, sed, rip-grep and tree-sitter. @@ -117,9 +95,6 @@ Some of these tasks may also have mentors available, visit the task page for mor 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. - - - * [Oxidize 2024](https://oxidizeconf.com/) [CFP](https://pretalx.com/oxidize-berlin-2024/cfp) closes 2024-03-24 | Berlin, Germany | Event date: 2024-05-28 - 2024-05-30 * [RustConf 2024](https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/) | CFP closes 2024-04-25 | Montreal, Canada | 2024-09-10 * [EuroRust 2024](https://www.papercall.io/eurorust-2024)| CFP closes 2024-06-03 | Vienna, Austria & online | Event on 2024-10-10