Re-exports§
pub use serde;
Macros§
- cbor
- Build a
Valueconveniently.
Structs§
Enums§
- Value
- A representation of a dynamic CBOR value that can handled dynamically
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Deserialize
Owned - A data structure that can be deserialized without borrowing any data from the deserializer.
- From
TagAnd Value - Maybe
Tagged - Read
- A trait indicating a type that can read bytes
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
- Tagged
- Value
Visitor - Write
- A trait indicating a type that can write bytes
Functions§
- decode
- decode_
exact - decode_
from_ reader - encode
- encode_
into_ writer - encoded_
len - encoded_
len_ with_ limit - from_
value - to_
value - Encodes any Rust type using CBOR
- walk_
all