url_escape
pub fn decode<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Decode percent-encoded bytes in a given string.