Expand description

Internal helper library for the derive_builder crate.

THIS IS A FORK

This version of derive_builder has an additional sub_builder feature, which has not been accepted upstream. We may add further additional features.

In other respects, this fork is likely to lag behind the upstream 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