pub fn unquote(fragment: &str) -> Result<String>
Expand description

unquote path fragment for backslash and tilde escape defined by the RFC specification.

After un-escaping each path-fragment caller can join them with ‘/’.