hypershell-components 0.1.0-alpha

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod convert;
mod method_arg;
mod pipe;
mod run;
mod string_arg;
mod url_arg;
mod r#use;

pub use convert::*;
pub use method_arg::*;
pub use pipe::*;
pub use run::*;
pub use string_arg::*;
pub use url_arg::*;
pub use r#use::*;