Skip to content

Commit

Permalink
Use rss crate for RSS feed parsing (#709)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Half-Shot authored Apr 17, 2023
1 parent 97ff9f2 commit eda6fc8
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 146 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
]
}
Loading

0 comments on commit eda6fc8

Please sign in to comment.