Expand description
Native msgpack module for MessagePack encoding and decoding.
Exports: msgpack.encode(value), msgpack.decode(data), msgpack.encode_bytes(value), msgpack.decode_bytes(data)
Functionsยง
- create_
msgpack_ module - Create the
msgpackmodule with MessagePack encoding and decoding functions.