This module provides custom traits Encode and Decode for
(de)serialization from/to msgpack and corresponding encode, [’decode]
functions, which use the traits with default configuration options.
Reads from a slice of valid MessagePack stream values a string, preserving read bytes.
Returns a pair of bytes indicating the beginning and end of a string.