@hackage streaming-attoparsec1.0.0.1

Attoparsec integration for the streaming ecosystem

streaming-attoparsec

Data.Attoparsec.ByteString.Streaming replicates Renzo Carbonara's Pipes.Attoparsec module. It permits parsing an effectful bytestring with an attoparsec parser, and also the conversion of an effectful bytestring into stream of parsed values.

See the Haddock documentation for usage examples.