cliargs_derive 0.1.0

The derive macro that automatically implements some methods to parse command line arguments for a struct instnace.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[lib]
proc-macro = true

[package]
authors = ["Takayuki Sato <sttk.xslet@gmail.com>"]
categories = ["command-line-interface"]
description = "The derive macro that automatically implements some methods to parse command line arguments for a struct instnace."
documentation = "https://docs.rs/cliargs_derive"
edition = "2021"
keywords = ["cli", "command", "line", "argument", "parse"]
license = "MIT"
name = "cliargs_derive"
readme = "README.md"
repository = "https://github.com/sttk/cliargs-rust"
rust-version = "1.74.1"
version = "0.1.0"