Skip to main content

Module cbor

Module cbor 

Source

Structs§

CborError
CBOR conversion error.

Functions§

cbor_to_json
Convert CBOR bytes to a JSON value.
decode_content_data
Decode content-part data based on MIME type.
from_cbor
Decode CBOR bytes into a deserializable value.
json_to_cbor
Convert a JSON value to CBOR bytes.
to_cbor
Encode a serializable value as CBOR bytes.