hypershell-components 0.1.0

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
6
7
8
9
mod command_arg;
mod method_arg;
mod string_arg;
mod url_arg;

pub use command_arg::*;
pub use method_arg::*;
pub use string_arg::*;
pub use url_arg::*;