Crate derive_builder_core[−][src]
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
builder_for_struct | Derive a builder for a struct |