Expand description
Serde deserialization support for CBOR
Enums§
- Error
 - An error occurred during deserialization
 
Functions§
- from_
reader  - Deserializes as CBOR from a type with 
impl ciborium_io::Readusing a 4KB buffer on the stack. - from_
reader_ with_ buffer  - Deserializes as CBOR from a type with 
impl ciborium_io::Read, using a caller-specific buffer as a temporary scratch space. - from_
reader_ with_ recursion_ limit  - Deserializes as CBOR from a type with 
impl ciborium_io::Read, with a specified maximum recursion limit. Inputs that are nested beyond the specified limit will result inError::RecursionLimitExceeded.