cargo-like-utils 0.2.1

A colletion of utils to build CLIs with an output style and a behaviour similar to `cargo`
Documentation
1
2
3
4
mod hostname;
mod shell_;

pub use shell_::*;