PR #228 implemented flag #[builder(custom_constructor)] and #[builder(create_empty)]. My understanding is that this flag causes derive(Builder) to opt out of implementing Default. I'm not clear on what create_empty is for.
It would be nice to have some reference documentation for these flags in the readme and/or in the docs.
The flags do appear in the examples folder.
PR #228 implemented flag
#[builder(custom_constructor)]
and#[builder(create_empty)]
. My understanding is that this flag causesderive(Builder)
to opt out of implementingDefault
. I'm not clear on whatcreate_empty
is for.It would be nice to have some reference documentation for these flags in the readme and/or in the docs. The flags do appear in the examples folder.