Description
A Haskell library that connects binary serialization and deserialization with conduit streams. It helps programs process binary data incrementally instead of loading everything at once.
Developers use it for streaming file formats, network protocols, and data pipelines. Binary inputs can be malformed, so code should validate sizes and handle parse failures cleanly.