A dead simple, yet powerful, RSS reader written in Rust.
Add a feed file in md/feed.md
, one line for one each feed and run the server.
$ ./target/debug/rss-rs
visit http://localhost:8005/read
for reading.
when server is running in daemon mode, it will check the feed file every 20 minutes and update the feed list.
$ ./target/debug/rss-rs -d
$ ./target/debug/rss-rs -s