# Functions
Marshal writes the MessagePack representation of v to a byte slice returned in b.
NewDecoder returns a new MessagePack decoder that parses values from r.
No description provided by the author
NewEncoder returns a new MessagePack encoder that writes to w.
No description provided by the author
NewStreamDecoder returns a new MessagePack stream decoder that parses values from r.
NewStreamEncoder returns a new MessagePack stream encoder that writes to w.
Unmarshal decodes a MessagePack representation of v from b.
# Variables
Codec for the CBOR format.