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
FileFormatcorresponding to the CBOR binary data format. Implemented using theciboriumcrate, only compatible withserdetypes.
Enums§
Type Aliases§
- Compressed
Cbor - A shortcut type to a
CompressedCbor. Provides a single parameter for compression format.