package
Version:
v2.693.0
Opens a new window with list of versions in this module.
Published: Jul 21, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package msgpack provides MessagePack encoding helpers and adapters used by go-service.
This package integrates MessagePack encoding/decoding behind the go-service encoding abstraction.
Marshal encodes v as MessagePack.
Unmarshal decodes one MessagePack value from data into v.
It uses Decode, so it rejects trailing encoded values or malformed trailing data.
Encoder implements MessagePack encoding and decoding.
NewEncoder constructs a MessagePack encoder.
Decode reads one MessagePack value from r and decodes it into v.
It rejects trailing encoded values or malformed trailing data.
Encode writes v to w as MessagePack.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.