streaming-attoparsec: Attoparsec integration for the streaming ecosystem

[ bsd3, library, streaming ] [ Propose Tags ]

Attoparsec integration for the streaming ecosystem.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies attoparsec (>=0.13), base (>=4.7 && <5), bytestring, streaming (>=0.1.4.5), streaming-bytestring (>=0.1.4.0) [details]
License BSD-3-Clause
Author Michael Thompson
Maintainer Colin Woodbury, colin@fosskers.ca
Category Streaming
Home page https://github.com/haskell-streaming/streaming-attoparsec
Uploaded by fosskers at 2019-05-10T03:50:37Z
Distributions LTSHaskell:1.0.0.1, NixOS:1.0.0.1, Stackage:1.0.0.1
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 2879 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-10 [all 1 reports]

Readme for streaming-attoparsec-1.0.0.1

[back to package description]

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.