url_escape

Function decode_to_string

Source
pub fn decode_to_string<S: AsRef<str>>(text: S, output: &mut String) -> &str
Expand description

Decode percent-encoded bytes in a given string to a mutable String reference and return the decoded string slice.