hypershell 0.1.0

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub use core::marker::PhantomData;

pub use cgp::extra::handler::CanHandle;
pub use cgp::prelude::*;
pub use cgp_error_anyhow::Error;
pub use hypershell_components::dsl::*;
pub use hypershell_macro::hypershell;

pub use crate::contexts::{HypershellCli, HypershellHttp};
pub use crate::presets::HypershellPreset;