packages feed

rss-conduit-0.2.0.1: README.md

# rss-conduit

This [Haskell][hsk] library implements a streaming parser/renderer for the [RSS 2.0 syndication format][rss], based on [conduit][cdt]s.

Parsers are as much lenient as possible. E.g. unexpected tags are simply ignored.


[rss]: http://cyber.law.harvard.edu/rss/rss.html
[cdt]: https://hackage.haskell.org/package/conduit
[hsk]: https://haskell.org