An open API service indexing awesome lists of open source software.

https://github.com/k0ral/atom-conduit

Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
https://github.com/k0ral/atom-conduit

conduit streaming-parser

Last synced: 3 months ago
JSON representation

Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).

Awesome Lists containing this project

README

        

# atom-conduit

This [Haskell][hsk] library implements a streaming parser/renderer for the [Atom 1.0 syndication format][atom], based on [conduit][cdt]s.

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

[atom]: http://tools.ietf.org/html/rfc4287
[cdt]: https://hackage.haskell.org/package/conduit
[hsk]: https://haskell.org