Package-level declarations
Types
Array builder.
CBOR data item builder.
Single-precision floating point number (major type 7).
Enumeration of options that can be passed to Cbor.toDiagnostics.
Byte String (major type 2), indefinite length.
Unicode String (major type 3), indefinite length.
Map builder.
Functions
Adds the DataItem for a CBOR array produced by the given builder action to a CBOR array.
Adds the DataItem for a CBOR map produced by the given builder action to a CBOR array.
Builds a DataItem for a CBOR array with the given builder action.
Builds a DataItem for a CBOR map with the given builder action.
Adds the DataItem for a CBOR array produced by the given builder action to a CBOR map.
Adds the DataItem for a CBOR map produced by the given builder action to a CBOR map.
Extension to get a Simple data item for the value.
Extension to get a CborInt data item for the value.
Extension to get a Bstr data item for the value.
Extension to get a CborDouble data item for the value.
Extension to get a CborFloat data item for the value.
Extension to get a Tstr data item for the value.
Extension to get a date-time string data item for a point in time.
Extension to get a date-time string data item for a RFC 3339-formatted string representing a point in time.
Extension to get a full-date data item as specified in RFC 8943.