@hackage streaming-binary0.3.0.1
Streaming interface to binary.
Installation
Dependencies (5)
- base >=4.7 && <5
- binary >=0.8
- bytestring >=0.10
- streaming >=0.1.4
- streaming-bytestring >=0.1.4 Show all…
Dependents (4)
@hackage/om-socket, @hackage/acme-everything, @cardano/cardano-ledger-byron, @hackage/streaming-sort
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.