Expand description
Serde deserialization support for CBOR
Enums§
- An error occurred during deserialization
Functions§
- Deserializes as CBOR from a type with
impl ciborium_io::Read
using a 4KB buffer on the stack. - Deserializes as CBOR from a type with
impl ciborium_io::Read
, using a caller-specific buffer as a temporary scratch space. - 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
.