struargs 0.2.1

A macro that converts a structure into a Command parameter list
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "struargs"
version = "0.2.1"
edition = "2024"

authors = ["Ykong <yk0n9@outlook.com>"]
license = "MIT"

description = "A macro that converts a structure into a Command parameter list"
keywords = ["string", "macros", "proc-macros", "args"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]

documentation = "https://docs.rs/struargs"
repository = "https://github.com/yk0n9/struargs"
readme = "README.md"

[dependencies]
struargs_derive = { path = "struargs_derive", version = "0.2.1" }