Skip to content

Commit eda6fc8

Browse files
authored
Use rss crate for RSS feed parsing (#709)
* Refactor annoying type difference * Add rss * Add support for parsing RSS feeds * Add rss lib * Add Cargo project * Lint rust * changelog * Add support for new fields
1 parent 97ff9f2 commit eda6fc8

File tree

10 files changed

+411
-146
lines changed

10 files changed

+411
-146
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"./Cargo.toml"
4+
]
5+
}

0 commit comments

Comments
 (0)