cmd_lib_cf_macros 1.3.1

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

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
authors = ["Amit Katz <callcraft456@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_cf"
keywords = ["shell", "script", "cli", "process", "pipe"]
license = "MIT OR Apache-2.0"
name = "cmd_lib_cf_macros"
repository = "https://github.com/rust-shell-script/rust_cmd_lib_cf"
version = "1.3.1"