shell_hex_escape

Function shell_hex_escape 

Source
pub fn shell_hex_escape(s: &str) -> String
Expand description

Shell hex escape a string (each byte as \xNN).