Function url_escape::decode[][src]

pub fn decode<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>

Decode percent-encoded bytes in a given string.