Module data

Source
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.
TryFromIntError
Error when conversion of a CBOR Int to another type failed.
UnknownTag
Error indicating that a tag value is unknown to IanaTag.

Enums§

IanaTag
IANA registered tags.
Token
Representation of possible CBOR tokens.
Type
CBOR data types.

Constants§

MAX_INT
Max. CBOR integer value (264 - 1).
MIN_INT
Min. CBOR integer value (-264).