Module serde_cbor::ser
source · Expand description
Serialize a Rust data structure to CBOR data.
Structs
- A wrapper for types that implement
std::io::Writeto implement the localWritetrait. - A structure for serializing Rust values to CBOR.
- Implements
Writefor mutable byte slices (&mut [u8]).
Traits
- A sink for serialized CBOR.
Functions
- Serializes a value to a vector.
- Serializes a value to a vector in packed format.
- Serializes a value to a writer.