Expand description
Internal helper library for the derive_builder
crate.
Important Note:
- You are probably looking for the
derive_builder
crate, which wraps this crate and is much more ergonomic to use.
§Purpose
This is an internal helper library of derive_builder
, which allows for
all the logic of builder creation to be decoupled from the proc-macro entry
point.
Functions§
- Derive a builder for a struct