cmd_lib_macros 0.12.0

Common rust commandline macros and utils, to write shell script like tasks easily
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Tao Guo <tao.guo.code@gmail.com>"]
description = "Common rust commandline macros and utils, to write shell script like tasks easily"
edition = "2018"
homepage = "https://github.com/rust-shell-script/rust_cmd_lib"
keywords = ["shell", "scripts", "commandline", "subprocess", "pipeline"]
license = "MIT OR Apache-2.0"
name = "cmd_lib_macros"
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
version = "0.12.0"