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.

Do you think we are missing an alternative of streaming-attoparsec or a related project?

Add another 'Streaming' Package

README

streaming-attoparsec

Tests

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.