@hackage tagstream-conduit0.2.2

streamlined html tag parser

Tag-stream is a library for parsing HTML//XML to a token stream. It can parse unstructured and malformed HTML from the web. It provides a Conduit to parse html streamlined, which consumes constant memory. You can start from the `tests/Tests.hs` module to see what it can do.