From bc6e1d703503c014eda6e5fd66b83fea64c48fad Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 27 Feb 2026 12:30:41 -0500 Subject: [PATCH] update readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 6de1eb2..582ba27 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # rss_content +Merged into [rss-tool](https://code.gabe.rocks/gabriel/rss-tool) + A simple rust crate to serialize `` into useful objects using the `scraper` crate. If you need to parse general rss, you probably just want the [RSS crate](https://crates.io/crates/rss) This is part of my personal learning of Rust & [iced.](iced.rs)