Function url::percent_encoding::percent_encode_to [−][src]
pub fn percent_encode_to(
input: &[u8],
encode_set: EncodeSet,
output: &mut String
)
Percent-encode the given bytes, and push the result to output
.
The pushed strings are within the ASCII range.