Safe Haskell | None |
---|
Data.Binary.CBOR
Documentation
Reads CBOR encoded data
>>>
let x = LBS.pack [26,111,122,133,144]
>>>
runGet getCBOR x
CBOR_UInt 1870300560
CBOR-0.1.0.1: Encode/Decode values to/from CBOR
Safe Haskell | None |
---|
Data.Binary.CBOR
Reads CBOR encoded data
>>>
let x = LBS.pack [26,111,122,133,144]
>>>
runGet getCBOR x
CBOR_UInt 1870300560