From f53d29e03ded8fdd95ae7e3df33b773c3c540e9a Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Sat, 22 Mar 2025 14:50:58 +0800 Subject: [PATCH] Add 'Fastrace: A Modern Approach to Distributed Tracing in Rust' --- draft/2025-03-26-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-03-26-this-week-in-rust.md b/draft/2025-03-26-this-week-in-rust.md index 178882d19..ce1be8a5a 100644 --- a/draft/2025-03-26-this-week-in-rust.md +++ b/draft/2025-03-26-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Fastrace: A Modern Approach to Distributed Tracing in Rust](https://fast.github.io/blog/fastrace-a-modern-approach-to-distributed-tracing-in-rust/) + ### Observations/Thoughts ### Rust Walkthroughs