Crate derive_builder_core_fork_arti

Source
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§

builder_for_struct
Derive a builder for a struct