Re-exports§
pub use serde;
Macros§
- Build a
Value
conveniently.
Structs§
Enums§
- A representation of a dynamic CBOR value that can handled dynamically
Traits§
- A data structure that can be deserialized from any data format supported by Serde.
- A data structure that can be deserialized without borrowing any data from the deserializer.
- A data structure that can be serialized into any data format supported by Serde.
Functions§
- Encodes any Rust type using CBOR