MessagePack


Decoding support for the MessagePack protocol:
read-msgpack ( -- obj )

msgpack> ( seq -- obj )


Encoding support for the MessagePack protocol:
write-msgpack ( obj -- )

>msgpack ( obj -- bytes )