Crate exec [−] [src]
A simple wrapper around the C library's execvp function.
For examples, see the repository.
We'd love to fully integrate this with std::process::Command, but
that module doesn't export sufficient hooks to allow us to add a new
way to execute a program.
Enums
| ExecError |
Represents an error calling |
Functions
| execvp |
Run |