duang 0.1.2

Use macro to provide default parameter and named parameter in Rust
Documentation
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

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

[dev-dependencies.demo-duang]
version = "0.0.5"

[dev-dependencies.trybuild]
version = "1.0"

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

[package]
authors = ["xiaoniu <hzmxn@mail.ustc.edu.cn>"]
autotests = false
description = "Use macro to provide default parameter and named parameter in Rust"
edition = "2018"
keywords = ["default", "named", "parameter"]
license = "MIT"
name = "duang"
readme = "README.md"
repository = "https://github.com/xiaoniu-578fa6bff964d005/duang"
version = "0.1.2"

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