2 unstable releases
0.2.0 | Nov 17, 2022 |
---|---|
0.1.0 | Jul 13, 2022 |
#57 in #clap
79 downloads per month
Used in 3 crates
(2 directly)
16KB
430 lines
clap-cargo-extra
Extends clap-cargo
to provide extra functionality for inspecting cargo metadata from CLI.
lib.rs
:
Simple Wrapper around clap cargo that adds some utilities to access the metadata
# use clap::Parser;
# use crate::ClapCargo;
pub struct ArgStruct {
#[clap(flatten)]
pub cargo: ClapCargo,
}
Dependencies
~4MB
~79K SLoC