Function msgpack_decode_str

Source
pub fn msgpack_decode_str(data: &[u8]) -> Result<&str, BoxError>
Expand description

Decode a utf-8 string from the provided msgpack. Advances the cursor to the first byte after the encoded string.