Function url::encode_component[src]
pub fn encode_component(s: &str) -> String
Encodes a URI component by replacing reserved characters with percent- encoded character sequences.
This function is compliant with RFC 3986.
pub fn encode_component(s: &str) -> String
Encodes a URI component by replacing reserved characters with percent- encoded character sequences.
This function is compliant with RFC 3986.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).