Description
A Haskell library for CBOR, the Concise Binary Object Representation data format. CBOR stores structured data compactly and is used in protocols, APIs, and systems that need efficient binary encoding.
Developers use it for serialization, interoperability, and network formats. Binary inputs should be validated because malformed or oversized data can cause failures or resource pressure.