idanarye / rust-typed-builder

Compile-time type-checked builder derive
https://crates.io/crates/typed-builder
Apache License 2.0
904 stars 52 forks source link

Implement mutators #116

Closed ModProg closed 10 months ago

ModProg commented 11 months ago

closes #115.

ModProg commented 11 months ago

I could also make apply_subsections generic and only use the AttrArg enum in the field attribute implementation.

idanarye commented 11 months ago

I've converted it to a draft. Change it back once it's ready.

idanarye commented 11 months ago

Mind if I manually cherry-pick 3f25b1588928ae3ca40a01a9087b7a5e89e520ee (and 28102d453095e279636d88d3bc8b9214d3bc86aa)? They are big changes that would conflict with any other change that wants to add new fields.

ModProg commented 11 months ago

Mind if I manually cherry-pick 3f25b15 (and 28102d4)? They are big changes that would conflict with any other change that wants to add new fields.

feel free

ModProg commented 11 months ago

@idanarye I'll rebase on #121 as soon as it is merged.

idanarye commented 11 months ago

121 is merged.

ModProg commented 11 months ago

rebase done