hypershell-tokio-components 0.1.0-alpha

Modular DSL for shellscripting in Rust
Documentation
mod core_exec;
mod file;
mod join_args;
mod line;
mod out;
mod simple_exec;
mod stream;
mod streaming_exec;
mod update_command;

pub use core_exec::*;
pub use file::*;
pub use join_args::*;
pub use line::*;
pub use out::*;
pub use simple_exec::*;
pub use stream::*;
pub use streaming_exec::*;
pub use update_command::*;