Module rustwide::cmd [−][src]
Command execution and sandboxing.
Structs
| Command | The |
| KillFailedError | Error happened while trying to kill a process. |
| ProcessLinesActions | Represents actions that are available while reading live output from a process. |
| ProcessOutput | Output of a |
| SandboxBuilder | The sandbox builder allows to configure a sandbox, used later in a
|
| SandboxImage | The Docker image used for sandboxing. |
Enums
| Binary | Name and kind of a binary executed by |
| CommandError | Error happened while executing a command. |
| MountKind | Whether to mount a path in the sandbox with write permissions or not. |
Traits
| Runnable | Trait representing a command that can be run by |
Functions
| docker_running | Check whether the Docker daemon is running. |