Crate atx_cbor

Crate atx_cbor 

Source

Re-exports§

pub use minicbor;

Structs§

About
Common
Network
NetworkCertSetup
NetworkIp
NetworkPorts
NetworkSecurity
NetworkZmtp
ResponseMeta
Update

Traits§

Decode
A type that can be decoded from CBOR.
Edit
Encode
A type that can be encoded to CBOR.
FromBytes

Derive Macros§

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