Skip to main content

decode_string

Function decode_string 

Source
pub fn decode_string(buf: &[u8]) -> Option<(&str, usize)>
Expand description

Decode a string, returns (str slice, bytes consumed)