Description
Provides a streamlined HTML tag parser for Haskell using conduit-style streaming. Streaming parsers process input incrementally, which helps with large documents and pipelines.
It is useful for web scraping, importers, converters, and tools that need to inspect HTML without loading everything at once. It is a developer library and does not provide a browser or visual inspector.