Skip to main content

Module executor

Module executor 

Source
Expand description

Command execution module.

This module provides tools for executing commands with timeout support, and long-running streaming processes controllable via cancellation tokens.

Re-exports§

pub use ffmpeg::FfmpegArgs;
pub use ffmpeg::run_ffmpeg_with_tempfile;
pub use process::ProcessOutput;
pub use process::execute_command;

Modules§

ffmpeg
FFmpeg command builder and execution utilities.
process
Process execution and output handling.

Structs§

Executor
Represents a command executor.
StreamingProcess
A long-running child process controllable via stdin or kill.