Decodes binary data into CBOR symbolic representation.
Matches Rust's CBOR::try_from_data() method.
The binary data to decode
A CBOR value with instance methods
Decodes a hexadecimal string into CBOR symbolic representation.
Matches Rust's CBOR::try_from_hex() method.
A string containing hexadecimal characters
A CBOR value with instance methods
CBOR constants and helper methods.
Provides constants for common simple values (False, True, Null) and static methods matching the Rust CBOR API for encoding/decoding.