v_shellescape

Crates.iov_shellescape
lib.rsv_shellescape
version0.3.5
created_at2019-01-10 20:43:03.14438+00
updated_at2019-08-11 21:40:58.589673+00
descriptionShell escaping code
homepage
repositoryhttps://github.com/botika/v_escape
max_upload_size
id107819
size26,292
Juan Aguilar Santillana (zzau13)

documentation

https://docs.rs/v_shellescape

README

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"));
Commit count: 359

cargo fmt