@hackage / quiver-binary

Binary serialisation support for Quivers

Latest0.1.1.1

About

Metadata

  • Last updated , by IvanMiljenovic
  • License MIT
  • Maintained by: Ivan.Miljenovic@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.