Popularity
4.3
Declining
Activity
1.7
Growing
6
3
1
Monthly Downloads: 23
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.
-
streamly-cassava
Streaming CSV support for the Streamly ecosystem -
streamly-posix
Posix related streaming APIs (such as file reading/writing)
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.