v_shellescape 0.3.5

Shell escaping code
Documentation

v_shellescape Documentation Latest version

The simd optimized shell escape code

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"));