struct-builder 0.2.1

Derive builder structs for your structs
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

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

[package]
authors = ["biewers2"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools"]
description = "Derive builder structs for your structs"
edition = "2021"
keywords = ["struct", "builder", "pattern", "derive", "required"]
license = "MIT"
name = "struct-builder"
readme = "README.md"
repository = "https://github.com/biewers2/struct-builder"
version = "0.2.1"

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

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