opt_args 0.0.1

Create macros for functions and structs with default values
Documentation
[dependencies.itertools]
version = "0.10.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true

[package]
authors = ["Princic-1837592 <andreapri.99@gmail.com>"]
description = "Create macros for functions and structs with default values"
edition = "2021"
keywords = ["macro", "function", "struct", "optional", "arguments"]
license = "Apache-2.0"
name = "opt_args"
resolver = "2"
version = "0.0.1"