Popularity
3.5
Declining
Activity
0.0
Stable
6
2
1
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Streaming
Latest version: v1.0.0
streaming-attoparsec alternatives and similar packages
Based on the "Streaming" category.
Alternatively, view streaming-attoparsec alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of streaming-attoparsec or a related project?
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.