Skip to main content

msgpack_encode

Function msgpack_encode 

Source
pub fn msgpack_encode(val: &MsgValue, buf: &mut Vec<u8>)
Expand description

Encode a MsgValue into a byte buffer (stub: minimal subset).