Module cbor_serde

Source
Available on crate feature cbor-serde only.
Expand description

Defines a FileFormat using the CBOR binary data format.

Re-exports§

pub extern crate ciborium;

Structs§

Cbor
A FileFormat corresponding to the CBOR binary data format. Implemented using the ciborium crate, only compatible with serde types.

Enums§

CborError
An error that can occur while using Cbor.

Type Aliases§

CompressedCbor
A shortcut type to a Compressed Cbor. Provides a single parameter for compression format.