Documentation ¶
Overview ¶
Package msgpack offers an implementation of the codec.Codec interface for the msgpack data format.
It uses the faster https://github.com/tinylib/msgp/msgp Un-/Marshaler, if it is implemented on the entity. Otherwise, it falls back to using the Un-/Marshal funcs from the https://gopkg.in/vmihailenco/msgpack.v3 package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Codec = &msgpackCodec{}
Codec that encodes to and decodes from msgpack.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.