Expand description
Serialize a Rust data structure to CBOR data.
Structs§
- A wrapper for types that implement
std::io::Write
to implement the localWrite
trait. - A structure for serializing Rust values to CBOR.
- Implements
Write
for 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.