colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k stars 88 forks source link

Allow setting build_fn-specific pattern #327

Open TedDriggs opened 3 months ago

TedDriggs commented 3 months ago

This allows a builder to have mutating setters and an owned build method, removing the need to do clones during construction.

Fixes #321