Rust macro to automatically implement the builder pattern for arbitrary structs
Description
Rust macro to automatically implement the builder pattern for arbitrary
structs.
This package contains library source intended for building other packages which
use the "derive_builder" crate.