derive-new 0.5.9

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

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

[lib]
proc-macro = true

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