Skip to main content

exec_stdin

Function exec_stdin 

Source
pub fn exec_stdin<I, S>(
    program: &str,
    args: I,
    input: &str,
) -> Result<ExecOutput, String>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Run program with input fed to its stdin.