@hackage / streaming-attoparsec

Attoparsec integration for the streaming ecosystem

Latest1.0.0.1

About

Metadata

  • Last updated , by fosskers
  • License BSD-3-Clause
  • Categories Streaming
  • Maintained by: Colin Woodbury, colin@fosskers.ca

  • Lottery factor: 0

Links

Installation

Readme

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.