exec-rs
exec-rs copied to clipboard
Adds execvpe
Change also reformats source code using current rustfmt and makes some small fixes to get the code to compile using rustc 1.68.
That's really needed!!!
I was actually going to file an issue to add support for this call!
It's seems that it is already implemented in rust std https://doc.rust-lang.org/std/os/unix/process/trait.CommandExt.html#tymethod.exec
as was pointed out here https://github.com/faradayio/exec-rs/pull/4#pullrequestreview-436571017