A simple rust crate to serialize into useful objects
Find a file
2025-07-18 11:34:43 -04:00
src fix lazy iterator? 2025-07-18 11:34:43 -04:00
.gitignore move markdown handling to this crate 2025-07-15 09:59:38 -04:00
Cargo.lock Properly return parsed elements 2025-07-18 11:23:30 -04:00
Cargo.toml Properly return parsed elements 2025-07-18 11:23:30 -04:00
readme.md make public 2025-07-10 20:30:35 -04:00

rss_content

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.