PJK / libcbor

CBOR protocol implementation for C
MIT License
332 stars 95 forks source link

Print CBOR_TYPE_BYTESTRING value as hex string #281

Closed akallabeth closed 1 year ago

akallabeth commented 1 year ago

Description

Add data as hex string in cbor_describe for type CBOR_TYPE_BYTESTRING

I did find it useful to have the data printed out just like for CBOR_TYPE_STRING.

PJK commented 1 year ago

Thank you!