macro_rules! run_crate_app {
($($rest:tt)*) => { ... };
}Expand description
Constructs and run a CommandLine app using this crate Cargo.toml info.
macro_rules! run_crate_app {
($($rest:tt)*) => { ... };
}Constructs and run a CommandLine app using this crate Cargo.toml info.