pub fn str_decode(item: &str) -> Result<Vec<u8>, Error>
Expand description

Decodes a dictionary token: ‘foo\x41\and"bar’ -> ‘fooA\and“bar’