Rust macro to automatically implement the builder pattern for arbitrary structs.
A procedural macro to generate type-safe builder patterns for Rust structs
Another builder macro-based generator with its own idioms.
Rust macro to automatically implement the builder pattern for arbitrary structs.
Compile-time type-checked builder derive using const generics
Additional procedural macros for the builder pattern.
A simple proc macro that allows the user to auto generate a simple builder pattern.
Internal helper library for the derive_builder crate.
Internal helper library for the derive_builder crate.
A procedural macro to generate type-safe builder patterns for Rust structs
A procedural macro for generating apply_to methods for builder patterns
derive macros for the quick-builder crate