Function urlencoding::encode_binary
source · pub fn encode_binary(data: &[u8]) -> Cow<'_, str>Expand description
Percent-encodes every byte except alphanumerics and -, _, ., ~.
pub fn encode_binary(data: &[u8]) -> Cow<'_, str>Percent-encodes every byte except alphanumerics and -, _, ., ~.