derive_builder_macro 0.10.0

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
[dependencies.derive_builder_core]
version = "=0.10.0"

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

[features]
clippy = ["derive_builder_core/clippy"]

[lib]
proc-macro = true

[package]
authors = ["Colin Kiegel <kiegel@gmx.de>", "Pascal Hertleif <killercup@gmail.com>", "Jan-Erik Rediger <janerik@fnordig.de>", "Ted Driggs <ted.driggs@outlook.com>"]
categories = ["development-tools", "rust-patterns"]
description = "Rust macro to automatically implement the builder pattern for arbitrary structs."
documentation = "https://docs.rs/derive_builder_macro/0.10.0"
keywords = ["derive", "macro", "builder", "setter", "struct"]
license = "MIT/Apache-2.0"
name = "derive_builder_macro"
readme = "README.md"
repository = "https://github.com/colin-kiegel/rust-derive-builder"
version = "0.10.0"