streaming-attoparsec

Attoparsec integration for the streaming ecosystem

https://github.com/haskell-streaming/streaming-attoparsec

Version on this page:1.0.0
LTS Haskell 22.14:1.0.0.1
Stackage Nightly 2024-03-28:1.0.0.1
Latest on Hackage:1.0.0.1

See all snapshots streaming-attoparsec appears in

BSD-3-Clause licensed by Michael Thompson
Maintained by Colin Woodbury, [email protected]
This version can be pinned in stack with:streaming-attoparsec-1.0.0@sha256:356fe70c0e5428aed18a931014d2be11b171954b60fddf1dfc3d73c7e8c47ad5,1760

Module documentation for 1.0.0

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.

Changes

1.0.0

  • Initial split from streaming-utils, meaning the dependency graph is simplified.
  • Compatibility with the latest versions of streaming and streaming-bytestring.