derive-new 0.6.0

`#[derive(new)]` implements simple constructor functions for structs and enums.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[features]
default = ["std"]
std = []

[lib]
proc-macro = true

[package]
authors = ["Nick Cameron <nrc@ncameron.org>"]
description = "`#[derive(new)]` implements simple constructor functions for structs and enums."
edition = "2021"
license = "MIT"
name = "derive-new"
readme = "README.md"
repository = "https://github.com/nrc/derive-new"
version = "0.6.0"