From a07e15ab752d545569cf1379a039329f87eabc90 Mon Sep 17 00:00:00 2001 From: David William Silva Date: Sat, 26 Apr 2025 00:10:31 -0600 Subject: [PATCH] Add file-editor crate to Project/Tooling Updates --- draft/2025-04-30-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-04-30-this-week-in-rust.md b/draft/2025-04-30-this-week-in-rust.md index 6af4bb4d8..99cbde1da 100644 --- a/draft/2025-04-30-this-week-in-rust.md +++ b/draft/2025-04-30-this-week-in-rust.md @@ -40,6 +40,9 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [file-editor 0.1.0 – chain-friendly text-file editing](https://crates.io/crates/file-editor) + – fluent API to create, insert, search & replace in UTF-8 files + ### Observations/Thoughts ### Rust Walkthroughs