hypershell-components 0.1.0

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

extern crate alloc;

pub mod components;
pub mod dsl;
pub mod presets;
pub mod providers;
pub mod traits;