proc macro crate for derive_default_builder
derives a builder implementation relying on all fields implementing Default
Another builder macro-based generator with its own idioms.
A Rust derive macro designed to automatically generate getter and setter methods for both named and tuple structs.
Rust macro to automatically implement the builder pattern for arbitrary structs.
Rust macro to automatically implement the builder pattern for arbitrary structs.
A procedural macro to generate type-safe builder patterns for Rust structs
A procedural macro to generate type-safe builder patterns for Rust structs
This crate gives us the VariantBuider proc macro which can be used to streamline creting an enum from wrapping variants each using the builder pattern.
Derive macro for infallible implementation of the builder pattern.
Generates builder methods of every field of a struct.
A derive-macro for simple builder-pattern generation