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 - 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.
- Value
Visitor - Write
- A trait indicating a type that can write bytes
Functions§
- decode
- decode_
exact - decode_
from_ reader - decode_
len - encode
- encode_
into_ std_ writer - encode_
into_ writer - encode_
with_ len - encode_
with_ len_ to_ writer - encoded_
len - encoded_
len_ with_ limit - from_
value - to_
value - Encodes any Rust type using CBOR
- walk_
all