diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 81b2d7223..5d170a02f 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -43,7 +43,7 @@ and just ask the editors to select the category. * [redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0) ### Observations/Thoughts - +* [Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust) * [Nine Rules for Generalizing Your Rust Library: Lessons from Extending RangeSetBlaze to Maps (Part 1)](https://medium.com/@carlmkadie/nine-rules-for-generalizing-your-rust-library-part-1-9f2b08fb5df4) ### Rust Walkthroughs