unescape

Function unescape 

Source
pub fn unescape<const N: usize>(escaped: &str) -> Result<String<N>, ParseError>
Expand description

N must be greater than or equal to the length of escaped. All escaped characters must decode to valid ascii. The rest of Utf8 is not implemented.