run_command 0.0.6

standardized way to run shell commands with a compact api.
Documentation
1
2
3
4
5
6
7
8
9
10
mod output;
mod std_lib;

pub use output::CommandOutput;
pub use std_lib::*;

#[cfg(feature = "async_tokio")]
mod tokio;
#[cfg(feature = "async_tokio")]
pub use crate::tokio::*;