Function url::percent_encoding::percent_decode_to
[-]
[+]
[src]
pub fn percent_decode_to(input: &[u8], output: &mut Vec<u8>)
Percent-decode the given bytes, and push the result to output
.