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

Decode percent-encoded bytes in a given string.