A derivable macro for declaring a builder pattern, simplifying struct construction with optional fields.
# Cargo.toml
[dependencies]
builder-pattern = "0.4.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derives a builder for a struct and constructs an instance with chained methods.
Use #[default] attributes or ensure all fields are provided before calling .build().
No dependency data recorded yet.