Expand description
A crate with an “easy” child process API called EasyCommand
that facilitates common use
cases for using child processes. It offers the following:
Structs§
- Easy
Command - A convenience API around
Command
. - Execute
Error - An error returned by
EasyCommand
’s methods.
Enums§
- RunError
Kind - The specific error case encountered with a
EasyCommand::run
. - Spawn
AndWait Error Kind - The specific error case encountered with
EasyCommand::spawn_and_wait
.