@hackage streaming-attoparsec1.0.0.1
Attoparsec integration for the streaming ecosystem
Installation
Dependencies (5)
- attoparsec >=0.13
- base >=4.7 && <5
- bytestring
- streaming >=0.1.4.5
- streaming-bytestring >=0.1.4.0 Show all…
Dependents (8)
@hackage/cabal-scaffold, @hackage/acme-everything, @hackage/streaming-osm, @hackage/datasets, @hackage/hextream, @hackage/streaming-events, Show all…
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.