Expand description
CBOR data types, tokens and tags.
Structs§
- Int
- CBOR integer type that covers values of [-264, 264 - 1]
- Tag
- CBOR data item tag.
- Tagged
- Statically tag a value.
- TryFrom
IntError - Error when conversion of a CBOR
Int
to another type failed. - Unknown
Tag - Error indicating that a tag value is unknown to
IanaTag
.