Crate exec [] [src]

A simple wrapper around the C library's execvp function.

Enums

ExecError

Represents an error calling exec.

Functions

execvp

Run program with args, completely replacing the currently running program. If it returns at all, it always returns an error.