Function url::percent_encoding::percent_encode [−][src]
pub fn percent_encode(input: &[u8], encode_set: EncodeSet) -> String
Percent-encode the given bytes.
The returned string is within the ASCII range.
pub fn percent_encode(input: &[u8], encode_set: EncodeSet) -> String
Percent-encode the given bytes.
The returned string is within the ASCII range.