Searched refs:percent_encode_byte (Results 1 – 2 of 2) sorted by relevance
19 use percent_encoding::{percent_decode, percent_encode_byte};137 percent_encode_byte(first) in next()
176 pub fn percent_encode_byte(byte: u8) -> &'static str { in percent_encode_byte() function253 Some(percent_encode_byte(first_byte)) in next()