Modules§
- tag
- Contains helper types for dealing with CBOR tags
Structs§
Enums§
- Error
- The error when serializing to/from a
Value - Threshold
Level - Value
- A representation of a dynamic CBOR value that can handled dynamically
Constants§
Functions§
- from_
reader - Deserializes as CBOR from a type with
impl ciborium_io::Readusing a 4KB buffer on the stack. - into_
writer - Serializes as CBOR into a type with
impl ciborium_io::Write - valid_
name