hypershell-tokio-components 0.1.0

Modular DSL for shellscripting in Rust
Documentation
1
2
3
use core::marker::PhantomData;

pub struct CoreExec<Path, Args>(pub PhantomData<(Path, Args)>);