autoargs 0.1.0

A proc macro for generating argument structs with defaults
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "struct_methods"
path = "examples/struct_methods.rs"

[lib]
name = "autoargs"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A proc macro for generating argument structs with defaults"
edition = "2021"
license = "MIT"
name = "autoargs"
readme = "README.md"
version = "0.1.0"

[[test]]
name = "test_autoargs"
path = "tests/test_autoargs.rs"

[[test]]
name = "test_methods"
path = "tests/test_methods.rs"