A simple rust crate to serialize into useful objects
This repository has been archived on 2026-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2026-02-27 12:30:41 -05:00
src doesn't actually fix the issue 2025-12-10 09:49:11 -05:00
.gitignore move markdown handling to this crate 2025-07-15 09:59:38 -04:00
Cargo.lock make dependencies easier 2025-07-22 14:28:51 -04:00
Cargo.toml make dependencies easier 2025-07-22 14:28:51 -04:00
readme.md update readme 2026-02-27 12:30:41 -05:00

rss_content

Merged into 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

This is part of my personal learning of Rust & iced. The purpose of this library is to be useful for selecting particular iced widgets.