auto-default 0.2.0

Macro that adds a default field value of `Default::default()` to fields that don't have one
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "auto-default"
description = "Macro that adds a default field value of `Default::default()` to fields that don't have one"
repository = "https://github.com/nik-rev/auto-default"
authors = ["Nik Revenco <pm@nikrev.com>"]
version = "0.2.0"
license = "MIT OR Apache-2.0"
keywords = ["macros", "default", "field", "values", "boilerplate"]
categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc", "rust-patterns"]
edition = "2024"

[lib]
proc-macro = true

[dev-dependencies]
trybuild = { version = "1.0.114", features = ["diff"] }
rustversion = "1.0.22"