From 747c4b79d103823b18a7fd5d48589ca6f237b08a Mon Sep 17 00:00:00 2001 From: Ricky-Daxia <1915754435@qq.com> Date: Tue, 12 Aug 2025 21:44:13 +0800 Subject: [PATCH] Observations/Thoughts: Building an asynchronous FUSE Filesystem in Rust --- draft/2025-08-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index e375ae907..74f1d6e79 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -42,6 +42,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +[Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust) + ### Rust Walkthroughs ### Research