cmdstruct-macros 1.2.0

A lightweight macro for implementing commands with a struct.
Documentation
[dependencies.proc-macro2]
version = "1.0.79"

[dependencies.quote]
version = "1.0.35"

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

[lib]
proc-macro = true

[package]
authors = ["Jeff Caffrey-Hill <jeff@caffreyhill.com>"]
description = "A lightweight macro for implementing commands with a struct.\n"
documentation = "https://docs.rs/cmdstruct"
edition = "2021"
keywords = ["macros", "command", "subprocess", "process"]
license = "MIT OR Apache-2.0"
name = "cmdstruct-macros"
repository = "https://github.com/ReverentEngineer/cmdstruct"
version = "1.2.0"