Module for serialization and deserialization using MessagePack format.
This module provides utilities for efficiently serializing and deserializing data using the MessagePack format, which is a binary serialization format that is more compact than JSON and supports more data types.
Example
use Cursor;
use ;
let person = Person ;
let mut buffer = Vecnew;
serialize.unwrap;
let deserialized: Person = deserialize.unwrap;
assert_eq!;