concurrent_shell_commands 0.3.0

runs commands concurrently and display their name and output, with configurable filtering of output
Documentation
1
2
3
4
5
6
7
mod run;
mod show;
mod subshell;

pub use run::{RunArgs, run};
pub use show::Show;
pub use subshell::CallResult;