update readme

This commit is contained in:
Gabriel 2026-02-27 12:30:41 -05:00
parent 1c26903567
commit bc6e1d7035

View file

@ -1,5 +1,7 @@
# rss_content
Merged into [rss-tool](https://code.gabe.rocks/gabriel/rss-tool)
A simple rust crate to serialize `<content:encoded>` 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)