BSD-3-Clause licensed by Mathieu Boespflug
Maintained by [email protected]
This version can be pinned in stack with:streaming-binary-0.3.0.1@sha256:f02a45297ca42a27cf9b3888711aafaf25e7cf7e640ac3133ebac856bb690083,1058

Module documentation for 0.3.0.1

streaming-binary

This library offers incremental serialization and deserialization of Haskell values using the binary package. Under the hood, we wrap the incremental decoders from binary’s Incremental API as first-class streams as defined in streaming.