From 639e47581fc64cbef7379f5307598837063ba823 Mon Sep 17 00:00:00 2001 From: Arthur Brussee Date: Wed, 13 Aug 2025 07:23:46 -0500 Subject: [PATCH 1/4] 2025-08-13: Add newly released serde-ply I've just released serde-ply and would love it to be in TWIR. Not sure if link to the repo is good, to the release post (https://www.reddit.com/r/rust/comments/1mp147s/serdeply_modern_speed_convenience_for_a_90s_format/), or to the 0.2 release page (which isn't very informative, it's really 0.1 but I futzed with release-plz too much). --- draft/2025-08-13-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 5d170a02f..13b137a00 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -41,6 +41,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [TangleGuard: Software Architecture Monitoring exclusively for Rust](https://tangleguard.com/) * [redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0) +* [serde-ply - Modern serde deserializer for Ply files](https://github.com/ArthurBrussee/serde_ply) ### Observations/Thoughts * [Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust) From da90ea0dd3fe07f15b681e786ea2b37004714736 Mon Sep 17 00:00:00 2001 From: Arthur Brussee Date: Wed, 13 Aug 2025 07:24:39 -0500 Subject: [PATCH 2/4] Update 2025-08-13-this-week-in-rust.md --- draft/2025-08-13-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 13b137a00..0eb82a0e6 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -41,7 +41,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [TangleGuard: Software Architecture Monitoring exclusively for Rust](https://tangleguard.com/) * [redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0) -* [serde-ply - Modern serde deserializer for Ply files](https://github.com/ArthurBrussee/serde_ply) +* [serde-ply - Modern serde (de)serializer for Ply files](https://github.com/ArthurBrussee/serde_ply) ### Observations/Thoughts * [Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust) From 2ab4ed4d4f0de699e3a7565f3bb0d2119e25c66f Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 13 Aug 2025 16:41:38 -0700 Subject: [PATCH 3/4] Fix link formatting for serde-ply entry --- draft/2025-08-13-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 0eb82a0e6..1a340fd8f 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -41,7 +41,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [TangleGuard: Software Architecture Monitoring exclusively for Rust](https://tangleguard.com/) * [redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0) -* [serde-ply - Modern serde (de)serializer for Ply files](https://github.com/ArthurBrussee/serde_ply) +* [serde-ply - Modern serde (de)serializer for Ply files]([https://github.com/ArthurBrussee/serde_ply](https://www.reddit.com/r/rust/comments/1mp147s/serdeply_modern_speed_convenience_for_a_90s_format/)) ### Observations/Thoughts * [Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust) From a0169abb10e685dccf3dc5b57036a1f72bf9ab6f Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 13 Aug 2025 16:44:23 -0700 Subject: [PATCH 4/4] Fix link formatting for serde-ply entry --- draft/2025-08-13-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 9d641d0ad..e802b4327 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [TangleGuard: Software Architecture Monitoring exclusively for Rust](https://tangleguard.com/) * [redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0) -* [serde-ply - Modern serde (de)serializer for Ply files]([https://github.com/ArthurBrussee/serde_ply](https://www.reddit.com/r/rust/comments/1mp147s/serdeply_modern_speed_convenience_for_a_90s_format/)) +* [serde-ply - Modern serde (de)serializer for Ply files](https://www.reddit.com/r/rust/comments/1mp147s/serdeply_modern_speed_convenience_for_a_90s_format/)) * [Bevy's Fifth Birthday](https://bevy.org/news/bevys-fifth-birthday/) * [warp v0.4](https://seanmonstar.com/blog/warp-v04/)