Module minicbor::data

source ·
Expand description

CBOR data types, tokens and tags.

Structs§

  • CBOR integer type that covers values of [-264, 264 - 1]
  • CBOR data item tag.
  • Statically tag a value.
  • Error when conversion of a CBOR Int to another type failed.
  • Error indicating that a tag value is unknown to IanaTag.

Enums§

  • IANA registered tags.
  • Representation of possible CBOR tokens.
  • CBOR data types.

Constants§

  • Max. CBOR integer value (264 - 1).
  • Min. CBOR integer value (-264).