# Functions
NewCodec creates a MessagePack codec.
NewDecoder creates a Decoder that reads from the given reader.
NewEncoder creates an Encoder that writes in the given writer.
# Type aliases
An EncodedArray implements the document.Array interface on top of an encoded representation of an array.
An EncodedDocument implements the document.Document interface on top of an encoded representation of a document.