percent_encode

Function percent_encode 

Source
pub fn percent_encode(input: &str) -> String
Expand description

Percent-encode a string per RFC 3986 section 2.3 (unreserved characters only).