quiver-binary: Binary serialisation support for Quivers

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Handling for the binary library within Quivers


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.1.0, 0.1.1.1
Change log None available
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:36:23Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.