streaming-binary: Streaming interface to binary.

[ bsd3, library, parsing, streaming ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.3.0.1
Dependencies base (>=4.7 && <5), binary (>=0.8), bytestring (>=0.10), streaming (>=0.1.4), streaming-bytestring (>=0.1.4) [details]
License BSD-3-Clause
Copyright (c) 2017 Mathieu Boespflug
Author Mathieu Boespflug
Maintainer m@tweag.io
Category Streaming, Parsing
Home page https://github.com/mboes/streaming-binary#readme
Source repo head: git clone https://github.com/mboes/streaming-binary
Uploaded by MathieuBoespflug at 2017-05-31T20:36:12Z
Distributions NixOS:0.3.0.1
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 18068 total (174 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-31 [all 1 reports]

Readme for streaming-binary-0.3.0.1

[back to package description]

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.