defaults 0.1.0

A better `Default` derive macro
Documentation
[[test]]
name = "tests"
path = "tests/progress.rs"
[dependencies.proc-macro2]
version = "1.0.6"

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
features = ["full"]
version = "1.0.11"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Gurwinder Singh <vargwin@gmail.com>"]
autotests = false
description = "A better `Default` derive macro"
documentation = "https://docs.rs/defaults"
edition = "2018"
homepage = "https://github.com/95th/defaults"
license-file = "LICENSE"
name = "defaults"
readme = "README.md"
repository = "https://github.com/95th/defaults"
version = "0.1.0"