Popularity
3.0
Declining
Activity
0.0
Stable
2
2
2
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
trifecta
Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink -
incremental-parser
Haskell parsing combinator liibrary that can be fed the input and emit the parsed output incrementally -
record-syntax
A library for parsing and processing the Haskell syntax sprinkled with anonymous records
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of streaming-binary or a related project?
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
.