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§
Structs§
- Executor
- Represents a command executor.
- Streaming
Process - A long-running child process controllable via stdin or kill.