Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 263 Bytes

File metadata and controls

6 lines (5 loc) · 263 Bytes

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.