quiver-binary: Binary serialisation support for Quivers

[ control, library, mit ] [ Propose Tags ]

Handling for the binary library within Quivers


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1
Dependencies base (>=4 && <5), binary (>=0.6 && <0.9), bytestring, quiver (>=1.1 && <1.2), quiver-bytestring [details]
License MIT
Author Ivan Lazar Miljenovic
Maintainer Ivan.Miljenovic@gmail.com
Category Control
Source repo head: git clone git://github.com/ivan-m/quiver-binary.git
Uploaded by IvanMiljenovic at 2016-03-31T03:38:35Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 2073 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-27 [all 1 reports]

Readme for quiver-binary-0.1.0.0

[back to package description]

quiver-binary

Hackage Build Status

This package provides inter-operability between the quiver stream-processing library and the binary serialisation library.

Using this you can efficiently encode/decode native Haskell values in a streaming fashion.

This is especially useful when combined with the quiver-bytestring library for I/O.