Rust macro to automatically implement the builder pattern for arbitrary structs.
# Cargo.toml
[dependencies]
derive_builder = "0.20.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive a builder for a struct and use it to construct instances with optional fields.
Use .build() which returns Result; handle errors gracefully
No dependency data recorded yet.