Expand description
MessagePack encode/decode for ArrayOp and batches thereof.
Uses zerompk (the workspace’s MessagePack codec) so that encoding is
consistent with the rest of the internal transport layer.
Functions§
- decode_
op - Decode a single
ArrayOpfrom MessagePack bytes. - decode_
op_ batch - Decode a
Vec<ArrayOp>from MessagePack bytes produced byencode_op_batch. - encode_
op - Encode a single
ArrayOpto MessagePack bytes. - encode_
op_ batch - Encode a slice of
ArrayOps as a single MessagePack value (array).