Crate atx_cbor

source ·

Re-exports

pub use minicbor;

Structs

Traits

A type that can be decoded from CBOR.
A type that can be encoded to CBOR.

Derive Macros

Derive the minicbor::Decode trait for a struct or enum.
Derive the minicbor::Encode trait for a struct or enum.