cmdstruct 2.0.0

A lightweight macro for implementing commands with a struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.cmdstruct-macros]
version = "2.0.0"

[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"
readme = "README.md"
repository = "https://github.com/ReverentEngineer/cmdstruct"
version = "2.0.0"