Skip to main content

Module proc

Module proc 

Source
Expand description

Asynchronous command execution.

Provides command building and execution using tokio::process::Command.

Re-exports§

pub use builder::CommandBuilder;
pub use pipeline::Pipeline;

Modules§

builder
Asynchronous command execution module.
pipeline
Async pipeline support for chaining commands together.