shell_escape::windows

Function escape

Source
pub fn escape(s: Cow<'_, str>) -> Cow<'_, str>
Expand description

Escape for the windows cmd.exe shell.

See here for more information.