hypershell-reqwest-components 0.1.0-alpha

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
mod client;
mod update_builder;

pub use client::*;
pub use update_builder::*;