clap_reverse 0.1.0

Derive macro for building `std::process:Command` from a Rust struct
Documentation
[dependencies.clap_reverse_derive]
version = "0.1"

[dependencies.clap_reverse_impl]
version = "0.1"

[[example]]
name = "basic_echo_dynamic_binary"
path = "examples/basic_echo_dynamic_binary.rs"

[[example]]
name = "basic_echo_static_binary"
path = "examples/basic_echo_static_binary.rs"

[[example]]
name = "tar"
path = "examples/tar.rs"

[lib]
name = "clap_reverse"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macro for building `std::process:Command` from a Rust struct"
edition = "2024"
keywords = ["cli"]
license = "MIT"
name = "clap_reverse"
readme = "README.md"
repository = "https://gitlab.com/h45h/clap_reverse"
version = "0.1.0"