derive_builder 0.20.2

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
1
2
3
4
5
error[E0616]: field `dolor` of struct `LoremBuilder` is private
  --> tests/compile-fail/private_fields.rs:25:11
   |
25 |     lorem.dolor = Some(0); // <-- private
   |           ^^^^^ private field