An open API service indexing awesome lists of open source software.

https://github.com/ocramz/binary-conduit

binary serialization interface for conduit
https://github.com/ocramz/binary-conduit

Last synced: 6 months ago
JSON representation

binary serialization interface for conduit

Awesome Lists containing this project

README

          

The binary-conduit package.
===========================

[![Hackage package][Hackage Version Image]][Hackage package]
[![Build Status][Build Status Image]][Build Status]

[Hackage Version Image]: http://img.shields.io/hackage/v/binary-conduit.svg
[Hackage package]: http://hackage.haskell.org/package/binary-conduit
[Build Status Image]: https://travis-ci.org/qnikst/binary-conduit.svg
[Build Status]: https://travis-ci.org/qnikst/binary-conduit.svg

Allow binary serialization [1] using iterative conduit [2] interface.

[1] http://hackage.haskell.org/package/binary

[2] http://hackage.haskell.org/package/conduit

Thanks to the contributors:

* pxqr.sta@gmail.com