v_shellescape

Crates.iov_shellescape
lib.rsv_shellescape
version0.3.5
sourcesrc
created_at2019-01-10 20:43:03.14438
updated_at2019-08-11 21:40:58.589673
descriptionShell escaping code
homepage
repositoryhttps://github.com/botika/v_escape
max_upload_size
id107819
size26,292
core (github:rust-iendo:core)

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: 342

cargo fmt