packages feed

rss-conduit-0.3.0.0: 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 lenient as much 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