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
- Host: GitHub
- URL: https://github.com/ocramz/binary-conduit
- Owner: ocramz
- License: other
- Created: 2013-04-07T13:05:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T16:46:47.000Z (over 5 years ago)
- Last Synced: 2024-10-29T21:59:46.737Z (11 months ago)
- Language: Haskell
- Size: 40 KB
- Stars: 5
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.svgAllow 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