Popularity
3.4
Declining
Activity
0.0
Stable
2
3
2

Monthly Downloads: 170
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Streaming     Parsing    

streaming-binary alternatives and similar packages

Based on the "Parsing" category.
Alternatively, view streaming-binary alternatives based on common mentions on social networks and blogs.

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

Add another 'Parsing' Package

README

streaming-binary

This library offers incremental serialization and deserialization of Haskell values using the binary package. Under the hood, we wrap the incremental decoders from binary's Incremental API as first-class streams as defined in streaming.