From 19eb7cf4dc7a1a63fa980f6e9036b463354420f2 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Wed, 5 Nov 2025 19:30:49 +0000 Subject: [PATCH 1/2] This weeks diesel items --- draft/2025-11-05-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-05-this-week-in-rust.md b/draft/2025-11-05-this-week-in-rust.md index 6cc166683..a323fa746 100644 --- a/draft/2025-11-05-this-week-in-rust.md +++ b/draft/2025-11-05-this-week-in-rust.md @@ -60,6 +60,7 @@ and just ask the editors to select the category. * [Image Classification in Rust with Tch-rs (Torch bindings)](https://www.djamware.com/post/690864cde87a290bcfebeebe/image-classification-in-rust-with-tchrs-torch-bindings) * [video] [Building Coding Agent in Rust | Implement Chat CLI | Part-2](https://www.youtube.com/watch?v=N21aCBICHLU) * [Inside Rust's std and parking_lot mutexes - who wins?](https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win) +* [Diesel Workshop Slides from RustWeek2025](https://blog.weiznich.de/rustweek_2025.html#/title-slide) ### Research @@ -138,6 +139,7 @@ Some of these tasks may also have mentors available, visit the task page for mor * [Motor OS - Improve rush (the shell in Motor OS)](https://github.com/moturus/motor-os/issues/33) * [Motor OS - Make imager configurable](https://github.com/moturus/motor-os/issues/24) * [Motor OS - Port libc/llvm/rustc](https://github.com/moturus/motor-os/issues/26) +* [Diesel - Improve documentation for Postgres loading modesdocumentation](https://github.com/diesel-rs/diesel/issues/4764) 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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! From c991199d61f99952d8204d58d978f9002df78b29 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:59:31 -0800 Subject: [PATCH 2/2] Fix link title --- draft/2025-11-05-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-11-05-this-week-in-rust.md b/draft/2025-11-05-this-week-in-rust.md index a323fa746..f55b02d87 100644 --- a/draft/2025-11-05-this-week-in-rust.md +++ b/draft/2025-11-05-this-week-in-rust.md @@ -139,7 +139,7 @@ Some of these tasks may also have mentors available, visit the task page for mor * [Motor OS - Improve rush (the shell in Motor OS)](https://github.com/moturus/motor-os/issues/33) * [Motor OS - Make imager configurable](https://github.com/moturus/motor-os/issues/24) * [Motor OS - Port libc/llvm/rustc](https://github.com/moturus/motor-os/issues/26) -* [Diesel - Improve documentation for Postgres loading modesdocumentation](https://github.com/diesel-rs/diesel/issues/4764) +* [Diesel - Improve documentation for Postgres loading modes](https://github.com/diesel-rs/diesel/issues/4764) 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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)!