From 41af4c6ce16fdc20fe6c320ab7264133eea3a97c Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Mon, 1 Apr 2024 17:22:14 -0400 Subject: [PATCH] adding updates to 540 --- atom.xml | 14 ++++++++------ blog/2013/07/21/this-week-in-rust-7/index.html | 2 +- blog/2013/08/04/this-week-in-rust-9/index.html | 2 +- blog/2013/08/19/this-week-in-rust-11/index.html | 2 +- blog/2014/02/23/this-week-in-rust-38/index.html | 2 +- blog/2014/11/17/this-week-in-rust-57/index.html | 2 +- blog/2015/05/18/this-week-in-rust-81/index.html | 2 +- blog/2018/01/23/this-week-in-rust-218/index.html | 2 +- blog/2018/07/10/this-week-in-rust-242/index.html | 2 +- blog/2018/10/09/this-week-in-rust-255/index.html | 2 +- blog/2024/03/27/this-week-in-rust-540/index.html | 14 ++++++++------ categories/this-week-in-rust/atom.xml | 14 ++++++++------ categories/this-week-in-rust/rss.xml | 14 ++++++++------ feeds/all-en.atom.xml | 14 ++++++++------ feeds/twir-contributors.atom.xml | 14 ++++++++------ feeds/twir-contributors.rss.xml | 14 ++++++++------ rss.xml | 14 ++++++++------ 17 files changed, 73 insertions(+), 57 deletions(-) diff --git a/atom.xml b/atom.xml index ed74af15..6df7ebcf 100644 --- a/atom.xml +++ b/atom.xml @@ -45,7 +45,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -84,8 +84,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -94,13 +92,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p> diff --git a/blog/2013/07/21/this-week-in-rust-7/index.html b/blog/2013/07/21/this-week-in-rust-7/index.html index 7cd18794..09371ce8 100644 --- a/blog/2013/07/21/this-week-in-rust-7/index.html +++ b/blog/2013/07/21/this-week-in-rust-7/index.html @@ -133,7 +133,7 @@

.
  • A no_implicit_prelude attribute has been added, which prevents prelude - injection in the module heirarchy starting at the item which that attribute + injection in the module hierarchy starting at the item which that attribute is added to.
  • C-style enum variants are now allowed in [T, ..n] diff --git a/blog/2013/08/04/this-week-in-rust-9/index.html b/blog/2013/08/04/this-week-in-rust-9/index.html index de9651e0..f2c3a2db 100644 --- a/blog/2013/08/04/this-week-in-rust-9/index.html +++ b/blog/2013/08/04/this-week-in-rust-9/index.html @@ -87,7 +87,7 @@

    Breaking C
  • PortSet has been removed from std, as the new scheduler does not support it.
  • A bunch of old task APIs have been - removed, aslo in preparation for + removed, also in preparation for the new schduler.
  • is_utf8 now rejects overlong encodings.
  • diff --git a/blog/2013/08/19/this-week-in-rust-11/index.html b/blog/2013/08/19/this-week-in-rust-11/index.html index f49eebc5..6525ed79 100644 --- a/blog/2013/08/19/this-week-in-rust-11/index.html +++ b/blog/2013/08/19/this-week-in-rust-11/index.html @@ -94,7 +94,7 @@

    Breaking C as it is impossible to create a valid C string with interior NULs.

  • -

    Library improvments, bugfixes, and cleanup

    +

    Library improvements, bugfixes, and cleanup

    New contributors

    diff --git a/blog/2014/11/17/this-week-in-rust-57/index.html b/blog/2014/11/17/this-week-in-rust-57/index.html index 5795bc9c..1714c0f7 100644 --- a/blog/2014/11/17/this-week-in-rust-57/index.html +++ b/blog/2014/11/17/this-week-in-rust-57/index.html @@ -117,7 +117,7 @@

    New Contri

    Approved RFC's

    Other Changes

    diff --git a/blog/2018/01/23/this-week-in-rust-218/index.html b/blog/2018/01/23/this-week-in-rust-218/index.html index 740003f5..111e33a9 100644 --- a/blog/2018/01/23/this-week-in-rust-218/index.html +++ b/blog/2018/01/23/this-week-in-rust-218/index.html @@ -183,7 +183,7 @@

    Rust Jobs

    No jobs listed for this week.

    Quote of the Week

    -

    Rust is difficult because most programmers abuse shared mutable state and Rust makes you sacrifice your first-born to be able to to do it.

    +

    Rust is difficult because most programmers abuse shared mutable state and Rust makes you sacrifice your first-born to be able to do it.

    u/errata on reddit.

    Thanks to u/kixunil for the suggestion!

    diff --git a/blog/2018/07/10/this-week-in-rust-242/index.html b/blog/2018/07/10/this-week-in-rust-242/index.html index 662607b2..bdf1334e 100644 --- a/blog/2018/07/10/this-week-in-rust-242/index.html +++ b/blog/2018/07/10/this-week-in-rust-242/index.html @@ -165,7 +165,7 @@

    Rust Jobs

    Tweet us at @ThisWeekInRust to get your job offers listed here!

    Quote of the Week

    -

    actix-web has removed all unsound use of unsafe in its codebase. It’s down to less than 15 occurences of unsafe from 100+.

    +

    actix-web has removed all unsound use of unsafe in its codebase. It’s down to less than 15 occurrences of unsafe from 100+.

    u/_ar7 celebrating this commendable achievement.

    Thanks to Jules Kerssemakers for the suggestion!

    diff --git a/blog/2018/10/09/this-week-in-rust-255/index.html b/blog/2018/10/09/this-week-in-rust-255/index.html index c3e68e67..e7dec018 100644 --- a/blog/2018/10/09/this-week-in-rust-255/index.html +++ b/blog/2018/10/09/this-week-in-rust-255/index.html @@ -85,7 +85,7 @@

    Announcing the Tokio doc blitz effort, we need your help! -
  • Rust Web Survey from from Networking Services WG.
  • +
  • Rust Web Survey from Networking Services WG.
  • The imag project calls for contributors.
  • macro_railroad: Update the parser for syn-0.15. macro_railroad is a library to generate syntax diagrams for Rust macros.
  • diff --git a/blog/2024/03/27/this-week-in-rust-540/index.html b/blog/2024/03/27/this-week-in-rust-540/index.html index a0504bf3..c489b766 100644 --- a/blog/2024/03/27/this-week-in-rust-540/index.html +++ b/blog/2024/03/27/this-week-in-rust-540/index.html @@ -95,7 +95,7 @@

    Ob
  • How I reduced (incremental) Rust compile times by up to 40%
  • How I learned to stop worrying and love the global state
  • On Tech Debt: My Rust Library is now a CDO
  • -
  • How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt
  • +
  • How to use Rust on Debian (and Ubuntu, etc.)
  • [audio] Hyper 1.0 with Sean McArthur
  • [video] The magic of Rust's type system
  • @@ -134,8 +134,6 @@

    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.

    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.

    Updates from the Rust Project

    444 pull requests were merged in the last week

    diff --git a/categories/this-week-in-rust/atom.xml b/categories/this-week-in-rust/atom.xml index 67509b23..f5360ffa 100644 --- a/categories/this-week-in-rust/atom.xml +++ b/categories/this-week-in-rust/atom.xml @@ -45,7 +45,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -84,8 +84,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -94,13 +92,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p> diff --git a/categories/this-week-in-rust/rss.xml b/categories/this-week-in-rust/rss.xml index ef9eec3d..52e62c8d 100644 --- a/categories/this-week-in-rust/rss.xml +++ b/categories/this-week-in-rust/rss.xml @@ -42,7 +42,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -81,8 +81,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -91,13 +89,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p> diff --git a/feeds/all-en.atom.xml b/feeds/all-en.atom.xml index 5886c647..16502106 100644 --- a/feeds/all-en.atom.xml +++ b/feeds/all-en.atom.xml @@ -45,7 +45,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -84,8 +84,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -94,13 +92,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p> diff --git a/feeds/twir-contributors.atom.xml b/feeds/twir-contributors.atom.xml index 508e328a..42423f3d 100644 --- a/feeds/twir-contributors.atom.xml +++ b/feeds/twir-contributors.atom.xml @@ -45,7 +45,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -84,8 +84,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -94,13 +92,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p> diff --git a/feeds/twir-contributors.rss.xml b/feeds/twir-contributors.rss.xml index 55aa7d3e..4cfc1096 100644 --- a/feeds/twir-contributors.rss.xml +++ b/feeds/twir-contributors.rss.xml @@ -42,7 +42,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -81,8 +81,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -91,13 +89,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p> diff --git a/rss.xml b/rss.xml index aa17b49d..27b0b4b2 100644 --- a/rss.xml +++ b/rss.xml @@ -42,7 +42,7 @@ and just ask the editors to select the category. <li><a href="https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/">How I reduced (incremental) Rust compile times by up to 40%</a></li> <li><a href="https://symbolica.io/posts/global_state/">How I learned to stop worrying and love the global state</a></li> <li><a href="https://lucumr.pocoo.org/2024/3/26/rust-cdo/">On Tech Debt: My Rust Library is now a CDO</a></li> -<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.) - rustup vs apt</a></li> +<li><a href="https://diziet.dreamwidth.org/18122.html">How to use Rust on Debian (and Ubuntu, etc.)</a></li> <li>[audio] <a href="https://rustacean-station.org/episode/sean-mcarthur/">Hyper 1.0 with Sean McArthur</a></li> <li>[video] <a href="https://www.youtube.com/watch?v=NDIU1GSBrVI">The magic of Rust's type system</a></li> </ul> @@ -81,8 +81,6 @@ need testing.</p> <p>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!</p> <p>Some of these tasks may also have mentors available, visit the task page for more information.</p> -<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> -<!-- * [ - ]() --> <ul> <li><a href="https://github.com/juspay/hyperswitch/issues/4058">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Braintree</a></li> <li><a href="https://github.com/juspay/hyperswitch/issues/4059">Hyperswitch - [REFACTOR]: Remove Default Case Handling - Fiserv</a></li> @@ -91,13 +89,17 @@ Every week we highlight some tasks from the Rust community for you to pick and g <li><a href="https://github.com/plabayo/rama/issues/93">Rama — Provide “and(matcher)” and “or(matcher)” methods to enum matchers</a></li> <li><a href="https://github.com/plabayo/rama/issues/92">Rama — Provide support for boxed custom matchers in layer enums</a></li> <li><a href="https://github.com/plabayo/rama/issues/23">Rama — add open-telemetry middleware and extended prometheus support</a></li> +<li><a href="https://github.com/diesel-rs/diesel/discussions/3972">diesel - Review Diesel compile time error message</a></li> </ul> <p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://users.rust-lang.org/t/twir-call-for-participation/4821">here</a>.</p> <h3 id="cfp-speakers"><a class="toclink" href="#cfp-speakers">CFP - Speakers</a></h3> <p>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.</p> -<!-- CFPs go here, use this format: * [**event name**](link 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.* --> - +<ul> +<li><a href="https://rustfest.ch/cfp/">RustFest Zürich 2024</a> | Closes 2024-03-31 | Zürich, Switzerland | Event date: 2024-06-19 - 2024-06-24</li> +<li><a href="https://foundation.rust-lang.org/news/the-rustconf-2024-call-for-talk-proposals-is-open/">RustConf 2024</a> | Closes 2024-04-25 | Montreal, Canada | Event date: 2024-09-10</li> +<li><a href="https://www.papercall.io/eurorust-2024">EuroRust 2024</a>| Closes 2024-06-03 | Vienna, Austria &amp; online | Event on 2024-10-10</li> +<li><a href="https://scientificcomputing.rs/">Scientific Computing in Rust 2024</a>| Closes 2024-06-14 | online | Event date: 2024-07-17 - 2024-07-19</li> +</ul> <p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a>.</p> <h2 id="updates-from-the-rust-project"><a class="toclink" href="#updates-from-the-rust-project">Updates from the Rust Project</a></h2> <p>444 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2024-03-19..2024-03-26">merged in the last week</a></p>