Skip to main content

msgpack_encode

Function msgpack_encode 

Source
pub fn msgpack_encode(value: &Value) -> Result<Vec<u8>>
Expand description

Encode a serde_json::Value as MessagePack bytes.