derive_builder 0.4.2

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
1
2
3
4
5
Builds a new `{struct_name}`.

# Errors

If a required field has not been initialized.