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

[workspace]
members = ["macros"]

[dependencies]
cmdstruct-macros = { version = "1.1.0", path = "macros" }