Crate v_shellescape

Source
Expand description

§Quick start

extern crate v_shellescape;
use v_shellescape::{unix, windows};

print!("{}", unix::ShellEscape::from("linker=gcc -L/foo -Wl,bar"));
print!("{}", windows::ShellEscape::from("linker=gcc -L/foo -Wl,bar"));

Modules§

unix
windows

Structs§

Escaped

Functions§

escape
Escape characters that may have special meaning in a shell.