Wraps a tokio::process into a tokio::stream for async streaming of process output.
# Cargo.toml
[dependencies]
tokio-process-stream = "0.4.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a ProcessStream from a command and iterates over output lines.
Ensure you are using #[tokio::main] or have a tokio runtime running
No dependency data recorded yet.