Revision control
Copy as Markdown
Other Tools
[package]
name = "smart-default"
description = "Rust custom-derive macro for Default with more control on the fields"
version = "0.7.1"
edition = "2021"
authors = ["IdanArye <idanarye@gmail.com>"]
license = "MIT"
readme = "README.md"
keywords = ["default"]
[lib]
proc-macro = true
[dependencies]
syn = "2"
quote = "1"
proc-macro2 = "1"