Crate const_typed_builder_derive

Source

Derive Macrosยง

Builder
The derive_builder macro is used to automatically generate builder code for a struct. It takes a struct as input and generates a builder pattern implementation for that struct.