packages feed

streaming-attoparsec-1.0.0: README.md

# streaming-attoparsec

`Data.Attoparsec.ByteString.Streaming` replicates Renzo Carbonara's
[`Pipes.Attoparsec` module](https://hackage.haskell.org/package/pipes-attoparsec-0.5.1.2/docs/Pipes-Attoparsec.html).
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.