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§
Structs§
Functions§
- escape
- Escape characters that may have special meaning in a shell.