impl-new-derive 0.1.2

Derive macro for implementing the `new` method for structs
Documentation
[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.79"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Derive macro for implementing the `new` method for structs"
documentation = "https://docs.rs/impl-new-derive"
edition = "2021"
homepage = "https://github.com/rust-dd/impl-new-derive.git"
keywords = ["proc-macro", "derive", "impl-new"]
license = "MIT"
name = "impl-new-derive"
readme = "README.md"
repository = "https://github.com/rust-dd/impl-new-derive.git"
version = "0.1.2"