exrs 1.0.4

exrs is a command executor wrapping `std::process::Command`.
Documentation
1
2
3
4
#[cfg(feature = "cmd")]
pub mod cmd;
#[cfg(feature = "shell")]
pub mod shell;