7 lines
366 B
Markdown
7 lines
366 B
Markdown
|
# 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](https://crates.io/crates/rss)
|
||
|
|
||
|
This is part of my personal learning of Rust & [iced.](iced.rs)
|
||
|
The purpose of this library is to be useful for selecting particular iced widgets.
|