Skip to main content

Module msgpack_module

Module msgpack_module 

Source
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 msgpack module with MessagePack encoding and decoding functions.