Function url::percent_encoding::percent_encode_byte [] [src]

pub fn percent_encode_byte(byte: u8) -> &'static str

Return the percent-encoding of the given bytes.

This is unconditional, unlike percent_encode() which uses an encode set.